sbool containsRegExpSpecialChars(S regexp) { ret regexpContains("[\\[\\]\\(\\)\\+\\|\\^\\$\\\\\\*\\?\\{\\}]", regexp); }