svoid test_containsRegExpSpecialChars() { testFunctionValues containsRegExpSpecialChars( "abc", false, "a[bc]d", true, "a+", true ); }