commands argument action findPrevious findInProjectIgnoreCase findInProjectRegularExpression findString (?xm) <(\w+)[^>]*>(?>[^<]*?</\1>) # HTML Tags Balanced |(?<=[^/]>)[^><]*(?=</) # HTML >Contents</ |(?<=<!--\s).*?(?=\s-->) # HTML Comments |\b[\w-]+\b(?=\s*=) # HTML Attribute name |\s\b[\w-]+\b=\"[^\"]*\" # HTML Attribute name value pair |(?<=\")[^\"\n<>]*(?=\") # HTML Compatible String Double |<[^>\n]*/?> # HTML Tags |<%.*?%> # Embedded Source |(?<=<%[-@#=]\s).*?(?=\s-?%>) # The contents of various other forms of Embedded Source |(?<=<%\s).*?(?=\s-?%>) # The contents of Embedded Source |(?<=/\*).*?(?=\*/) # /* Contents of Comment Blocks */ |/\*.*?\*/ # /* Comment Blocks */ |(?<=\')[^\'\n]*?(?=\') # 'String Single' |(?<=\")[^\"\n]*(?=\") # String Double |(?<=\[)[^\[\]\n]*?(?=\]) # [Square Brackets] |(?<=\{)[^\{\}\n]*?(?=\}) # {Curly Brackets} |\#[0-9a-fA-F]{3,6} # Hex Colors |(?<![\d])-?\d+(?:\.\d+)?(?!=\d) # Number 123 123.123 -123 |[@$!]\w+\b # @variables $variables !etc |(?<=[\(,:])[^\(\),\n]*(?=[\),;]) # Comma Delimitated # Thomas Aylott <oblivious@subtleGradient.com> # # Balance Jr. Regular Expression version 2.8 # ignoreCase regularExpression replaceAllScope selection replaceString subtleGradient wrapAround command findWithOptions: name Balance Jr Back scopeType local useGlobalClipboard uuid 37FBE527-CE10-42F5-8974-12463404AD23