mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GP-1826-dragonmacher-script-quick-launch'
This commit is contained in:
commit
cdcdd5f9eb
24 changed files with 923 additions and 214 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue