List of metacharacters for MySQL regexp square brackets
问题 Strangely I can't seem to find anywhere a list of the characters that I can't safely use as literals within MySQL regular expression square brackets without escaping them or requiring the use of a [:character_class:] thing. (Also the answer probably needs to be MySQL specific because MySQL regular expressions seem to be lacking compared those in Perl/PHP/Javascript etc). 回答1: Almost all metacharacters (including the dot . , the + , * and ? quantifiers, the end-of-string anchor $ , etc.) have