File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Returns a tabular result as follows:
5656| ` match_id ` | ** bigint** | The sequence of matching words. |
5757| ` start_position ` | ** int** | Starting index position. |
5858| ` end_position ` | ** int** | Ending index position. |
59- | ` string_expression ` | Same type as ` string_expression ` or ** varchar** | Matching expression. |
59+ | ` match_value ` | Same type as ` string_expression ` or ** varchar** | Matching expression. |
6060| ` substring_matches ` | ** json** | JSON document describing match. |
6161
6262## Examples
@@ -89,4 +89,4 @@ match_id start_position end_position match_value substring_matches
8989## Related content
9090
9191- [ Work with regular expressions] ( ../../relational-databases/regular-expressions/overview.md )
92- - [ Regular expressions functions (Transact-SQL)] ( regular-expressions-functions-transact-sql.md )
92+ - [ Regular expressions functions (Transact-SQL)] ( regular-expressions-functions-transact-sql.md )
You can’t perform that action at this time.
0 commit comments