Sure, POSIX ERE in the interim

This commit is contained in:
Tony Garnock-Jones 2021-10-03 16:14:18 +02:00
parent 5260f85952
commit 602cfb8800
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Filters: narrow down a selection without moving
le literal
ge literal
re regex ;; Matches strings and symbols by regular expression
re regex ;; Matches strings and symbols by POSIX extended regular expression
=r regex
[pred] ;; Applies predicate to each input; keeps inputs yielding truth