Skip to content

Commit 138231b

Browse files
authored
doc: Fix regular expression link. (#91)
1 parent 876e158 commit 138231b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ progress = (
479479
#### Regular expressions
480480

481481
It can be useful to sort an entire group based on a non-prefix substring. The
482-
option `by_regex=…` takes a comma-separated list of [re2 regular
482+
option `by_regex=…` takes a comma-separated list of [RE2 regular
483483
expressions] that will be applied to the group, and then sorting
484484
will take place on just the results of the regular expressions.
485485

@@ -506,7 +506,7 @@ your regular expressions.
506506
> If you want your regular expression itself to be case insensitive, consider
507507
> setting the case-insensitive flag `(?i)` at the start of your expression.
508508
509-
[regular expressions]: https://github.com/google/re2/wiki/Syntax
509+
[RE2 regular expressions]: https://github.com/google/re2/wiki/Syntax
510510
[lexicographically]: https://en.wikipedia.org/wiki/Lexicographic_order
511511

512512
<table border="0">

0 commit comments

Comments
 (0)