I am wondering if it is possible to translate a regex containing '?' (previous element optional) in a LIKE T-SQL template? Without any action on the part of the database. For example, "^31-?4" . I could divide it into several articles, but if the regex contains a lot? it is not so convenient.
regex tsql
Quรฉ padre
source share