Open main menu

CDOT Wiki β

Changes

Tutorial9: Regular Expressions

8 bytes added, 11:20, 27 February 2021
Complex Regular Expressions
'''Complex Regular Expressions''' use symbols to help match text for more <u>precise</u> (complex) patterns.<br>The most common complex regular expression symbols are displayed below:
:*'''Anchors: ''' '''^''' , '''$''':*'''Characters : .''':*'''Character Class : [ ]''' , '''[^ ]''':*'''Zero or More Occurrence : *'''
Examples of how to use these complex regular expressions with the grep command are displayed below:
13,420
edits