 | RegularExpressionsRegexMatch Method |
Function [nvarchar](max) RegexMatch([nvarchar](max) s, [nvarchar](4000) Pattern)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlChars RegexMatch(
SqlChars s,
SqlString Pattern
)
Parameters
- s
- Type: System.Data.SqlTypesSqlChars
[nvarchar](max) - Pattern
- Type: System.Data.SqlTypesSqlString
[nvarchar](4000)
Return Value
Type:
SqlChars[nvarchar](max)
RemarksRegex match function.
NOTE: Default options of Regex are case sensitive and multiline
See Also