GP-1826 - Scripting - Created a Script Quick Launch dialog.

This commit is contained in:
dragonmacher 2022-03-28 17:17:46 -04:00
parent b6181be1e4
commit 2a5e6f45b8
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