Skip to content

Commit 73f1ccf

Browse files
committed
final text edits
1 parent 96f3d46 commit 73f1ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/using-regular-expressions-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Visual Studio uses [.NET regular expressions](/dotnet/standard/base-types/regula
2727

2828
## Regular expression examples
2929

30-
The following table contains some regular expression characters, operators, constructs, and pattern examples. For a more complete reference, see the [Regular expression language](/dotnet/standard/base-types/regular-expression-language-quick-reference) quick reference.
30+
The following table contains some regular expression characters, operators, constructs, and pattern examples. For a more complete reference, see [Regular expression language](/dotnet/standard/base-types/regular-expression-language-quick-reference).
3131

3232
|Purpose|Expression|Example|
3333
|-------------|----------------|-------------|
@@ -99,5 +99,5 @@ For more information about named capture groups, see [Named matched subexpressio
9999

100100
## See also
101101

102-
- [Regular expression language - Quick reference](/dotnet/standard/base-types/regular-expression-language-quick-reference)
102+
- [Quick reference: Regular expression language](/dotnet/standard/base-types/regular-expression-language-quick-reference)
103103
- [Find and replace text](../ide/finding-and-replacing-text.md)

0 commit comments

Comments
 (0)