Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrumhurum authored Jun 12, 2020
1 parent 2ff0e98 commit 6e70341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Gapotchenko.FX.Text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ That's why `Gapotchenko.FX.Text` module provides a set of so called regex trampo
They look exactly like `Equals`, `StartsWith`, `EndsWith`, `IndexOf` but work on regex patterns instead of raw strings.
They also end with `Regex` suffix in their names, so `Equals` becomes `EqualsRegex`, `StartsWith` becomes `StartsWithRegex` and so on.

This is how a regex trampoline can be used for the given sample to meet the new requirements by a one-line change:
This is how a regex trampoline can be used for the given sample in order to meet the new requirements by a one-line change:

``` csharp
using Gapotchenko.FX.Text.RegularExpressions;
Expand Down

0 comments on commit 6e70341

Please sign in to comment.