Skip to content

Commit 3fdf272

Browse files
xaviexmairaw
authored andcommitted
Fixed Odd Looking Link
1 parent 8b21a97 commit 3fdf272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/base-types/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ manager: "wpickett"
6969

7070
- When developing a pattern, you should consider how backtracking might affect the performance of the regular expression engine, particularly if your regular expression is designed to process unconstrained input. For more information, see the [Take Charge of Backtracking](#Backtracking) section.
7171

72-
- Thoroughly test your regular expression using invalid and near-valid input as well as valid input. To generate input for a particular regular expression randomly, you can use [Rex](https://www.microsoft.com/en-us/research/project/rex-regular-expression-exploration/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fprojects%2Frex%2F), which is a regular expression exploration tool from Microsoft Research.
72+
- Thoroughly test your regular expression using invalid and near-valid input as well as valid input. To generate input for a particular regular expression randomly, you can use [Rex](https://www.microsoft.com/en-us/research/project/rex-regular-expression-exploration/), which is a regular expression exploration tool from Microsoft Research.
7373

7474
[Back to top](#top)
7575

0 commit comments

Comments
 (0)