Validates if a given string is a syntactically correct regular expression pattern.
The regex pattern string to validate.
true if the pattern is valid, otherwise false.
true
false
Validates if a given string is a syntactically correct regular expression pattern.