Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

No change in size, 11:18, 27 February 2021
Regular Expressions vs. Filename Expansion
<i>A '''regular expression''' is a combination of two types of characters: '''literals''' and '''special characters'''.<br>In combination, these characters define a logical pattern. Strings of text can be compared to this pattern<br>to see if they fit the pattern defined by the expression.</i>
 
Reference: https://www.whoishostingthis.com/resources/regex/
This usually refers to text that is <u>contained</u> inside a '''file''' or text as a result<br>of issuing Linux commands using a '''Linux pipeline command'''.
 
Reference: https://www.whoishostingthis.com/resources/regex/
===Literal (Simple) Regular Expressions===
13,420
edits

Navigation menu