Skip to content

Commit 670b200

Browse files
Update README.md
1 parent f7d42dc commit 670b200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Use regular expression to search, replace and split text in SQL
9393

9494
```sql
9595
DECLARE @s VARCHAR(MAX) = '1, 2, 3; 4; 5'
96-
DECLARE @sqlnet SQLNET = SQLNET::New('Split(input, ",|;")')
96+
DECLARE @sqlnet SQLNET = SQLNET::New('Regex.Split(input, ",|;")')
9797

9898
SELECT *
9999
FROM dbo.SQLNET_EvalTVF_1(@sqlnet.ValueString('input', @s))

0 commit comments

Comments
 (0)