Perl Regular Expression SyntaxIn Perl regular expressions, all characters match themselves except for the following special characters:.[{()\*+?|^$
In Perl regular expressions, all characters match themselves except for the following special characters:
.[{()\*+?|^$
Q: what about "]}" symbols?