Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

4 bytes added, 09:23, 13 March 2021
Complex / Extended Regular Expressions
:'''Single Character:''' &nbsp; <span style="font-family:courier;font-weight:bold;">.</span><br>Represents a single character that can be any type of character.<br>
:'''Character Class:''' <span style="font-family:courier;font-weight:bold;">[ ]</span> , <span style="font-family:courier;font-weight:bold;">[^ ]</span><br>Represents a single character but with restrictions.<br>
:'''Zero or More Occurrence:''' <span style="font-family:courier;font-weight:bold;">*</span><br>Zero or more occurrences of previous character.<br><br>
:Examples of '''complex regular expressions''' are displayed below:
13,420
edits

Navigation menu