Changes

Jump to: navigation, search

OPS102 - Regular Expressions

71 bytes added, 16:05, 6 December 2023
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!

Navigation menu