![]() | RegularExpressions Methods |
The RegularExpressions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | RegexEscape |
Function [nvarchar](max) RegexEscape([nvarchar](max) s) |
![]() ![]() | RegexIsMatch |
Function [bit] RegexIsMatch([nvarchar](max) s, [nvarchar](4000) Pattern) |
![]() ![]() | RegexMatch |
Function [nvarchar](max) RegexMatch([nvarchar](max) s, [nvarchar](4000) Pattern) |
![]() ![]() ![]() | RegexMatchesTable |
Function [table] RegexMatchesTable([nvarchar](max) s, [nvarchar](4000) Pattern) |
![]() ![]() ![]() | RegexReplace |
Function [nvarchar](max) RegexReplace([nvarchar](max) s, [nvarchar](4000) Pattern, [nvarchar](4000) Replacement) |
![]() ![]() ![]() | RegexSplitTable |
Function [table] RegexSplitTable([nvarchar](max) s, [nvarchar](4000) Pattern) |
![]() ![]() | RegexUnescape |
Function [nvarchar](max) RegexUnescape([nvarchar](max) s) |