Open main menu

CDOT Wiki β

Changes

Tutorial9: Regular Expressions

9 bytes removed, 10:18, 4 July 2020
Extended Regular Expressions
'''Repetition {min,max}''' , '''?''' , '''+'''<br>
Allows for more precise repetitions. Using braces, you can specify the minimum and maximum number of repetitions.
'''Grouping ( )'''<br>
Perhaps you want to search for repetition for �a groups a group of characters, a word, or a phase. �You can enclose them within brackets ( ) to�specify to specify a group.
13,420
edits