Changes

Jump to: navigation, search

ULI101 Week 9

26 bytes added, 21:42, 31 August 2017
Dollar '$'
|}
== Square brackets '<code>[]</code>' ==
Enclose a character class or group, similar to the shell. Any single character within the brackets will be matched. Hyphen can be used for defining a range of characters. Most special characters lose their special meaning. The caret sign at the beginning of the list means exclusion (<code>[^a]</code> means ''do not match a''). Some examples of square brackets in regular expressions are:
|}
== Dollar '<code>$</code>' ==
Matches strings at the end of the line, (anchoring matches to the end of the line). Examples of dollar in regular expressions are:
221
edits

Navigation menu