Merge remote-tracking branch 'origin/GP-1826-dragonmacher-script-quick-launch'

This commit is contained in:
Ryan Kurtz 2022-03-30 01:33:01 -04:00
commit cdcdd5f9eb
24 changed files with 923 additions and 214 deletions

View file

@ -378,11 +378,11 @@ public class UserSearchUtils {
}
/**
* Escapes all regex characters with the '\' character, except for those in the given
* exclusion array.
* Escapes all regex characters with the '\' character, except for those in the given exclusion
* array.
*
* @param input
* The input string to be escaped
* @param input The input string to be escaped
* @param doNotEscape characters that should not be escaped
* @return A new regex string with special characters escaped.
*/
// note: 'package' for testing