Skip to content

Commit 9779653

Browse files
authored
Update split-text.md
1 parent 025e722 commit 9779653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs2/pages/getting-started/split-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Improve performance and capability for splitting text with an easy to use split
88
- Split text using a regular expression
99
- Include row index
1010

11-
You probably already had to use the fn_split function in the past to split a string with a delimiter. They exists hundreds of variance for this function which are limited to one delimiter.
11+
You probably already had to use the fn_split function in the past to split a string with a delimiter. Hundreds of variances exist for this function which are limited to one delimiter.
1212

1313
Using C# code and String.Split or Regex.Split, you are no longer limited and can even use LINQ methods!
1414

0 commit comments

Comments
 (0)