Skip to content

Commit 3f380ea

Browse files
authored
Merge pull request #10121 from hodgyhodson/patch-1
Update regexp-matches-transact-sql.md
2 parents fc62135 + 8a37f02 commit 3f380ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/functions/regexp-matches-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)