File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Returns a tabular result as follows:
56
56
| ` match_id ` | ** bigint** | The sequence of matching words. |
57
57
| ` start_position ` | ** int** | Starting index position. |
58
58
| ` 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. |
60
60
| ` substring_matches ` | ** json** | JSON document describing match. |
61
61
62
62
## Examples
@@ -89,4 +89,4 @@ match_id start_position end_position match_value substring_matches
89
89
## Related content
90
90
91
91
- [ 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