We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d42dc commit 670b200Copy full SHA for 670b200
README.md
@@ -93,7 +93,7 @@ Use regular expression to search, replace and split text in SQL
93
94
```sql
95
DECLARE @s VARCHAR(MAX) = '1, 2, 3; 4; 5'
96
-DECLARE @sqlnet SQLNET = SQLNET::New('Split(input, ",|;")')
+DECLARE @sqlnet SQLNET = SQLNET::New('Regex.Split(input, ",|;")')
97
98
SELECT *
99
FROM dbo.SQLNET_EvalTVF_1(@sqlnet.ValueString('input', @s))
0 commit comments