Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

3 bytes removed, 11:25, 27 February 2021
Extended Regular Expressions
*'''Repetition {min,max}'''<br>Allows for more precise repetitions. Using braces, you can specify the '''minimum''' and/or '''maximum''' number of repetitions.
*'''Grouping ( )'''<br>Perhaps you want to search for repetition for a group of characters, a word, or a phase.<br>You can enclose them within brackets ( ) to specify a group.
*'''or Condition |'''<br>Can be used with grouping to match a variety of character(s), words or phases. The | symbol is used to separate the variety of character(s).
Examples of how to use these complex regular expressions with the grep command are displayed below:<br><br>
13,420
edits

Navigation menu