##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.
\$\(.*\)
\$\{.*\}
<\(.*\)
>\(.*\)
##! arithmetic expansion
\$\(\(.*\)\)
##! arithmetic expansion (deprecated in bash, but exists in other shells, like zsh)
\$\[.*\]
##! Find wordlist bypasses using [ ] glob characters, like: /e[t]c
##! Require a / in front to prevent false positives like [text in brackets]
/\w*\[!.+\]
/\w*\[.+\]