Còn về hàm PATINDEX thì sao?
Đối sánh mẫu trong TSQL không phải là một thư viện regex hoàn chỉnh, nhưng nó cung cấp cho bạn những điều cơ bản.
(Từ Sách Trực tuyến)
Wildcard Meaning
% Any string of zero or more characters.
_ Any single character.
[ ] Any single character within the specified range
(for example, [a-f]) or set (for example, [abcdef]).
[^] Any single character not within the specified range
(for example, [^a - f]) or set (for example, [^abcdef]).