Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

9 bytes added, 11:23, 27 February 2021
Complex Regular Expressions
:*'''Anchors: ''' <span style="font-family:courier;font-weight:bold;">^</span> , <span style="font-family:courier;font-weight:bold;">$</span>
:*'''Single Character: ''' &nbsp; <span style="font-family:courier;font-weight:bold;">.</span>:*'''Character Class: ''' <span style="font-family:courier;font-weight:bold;">[ ]</span> , <span style="font-family:courier;font-weight:bold;">[^ ]</span>:*'''Zero or More Occurrence: ''' <span style="font-family:courier;font-weight:bold;">*</span>
Examples of how to use these complex regular expressions with the grep command are displayed below:
13,420
edits

Navigation menu