1,885
edits
Changes
→Using Regular Expressions
** The bash test command <code><nowiki>[[ "string" =~ regexp ]]</nowiki></code>
** The less command, using the / and ? keystrokes for searching forward and backward
** The vi/vim editor, also using the / and ? keystrokes for searching forward and backward
** The sed and awk utilities
** JavaScript
** Perl
** ...and many others!