File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ progress = (
479479#### Regular expressions
480480
481481It 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
483483expressions] that will be applied to the group, and then sorting
484484will 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 " >
You can’t perform that action at this time.
0 commit comments