You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: regex.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@
71
71
<h1>Regex cheatsheet</h1>
72
72
73
73
<p>Many programs use regular expression to find & replace text. However, they tend to come with their own different flavor.</p>
74
-
<p>You can probably expect most modern software and programming languages to be using some variation of the Perl flavor, "PCRE"; however command-line tools (grep, less, ...) will often use the POSIX flavor (sometimes with an extended variant, e.g. <code>egrep</code> or <code>sed -r</code>). ViM also comes with its own syntax (a superset of what Vi accepts).</p>
74
+
<p>You can probably expect most modern software and programming languages to be using some variation of the Perl flavor, "PCRE"; however command-line tools (grep, less, ...) will often use the POSIX flavor (sometimes with an extended variant, e.g. <code>egrep</code> or <code>sed -r</code>). Vim also comes with its own syntax (a superset of what Vi accepts).</p>
75
75
<p>This cheatsheet lists the respective <ahref="#syntax">syntax of each flavor</a>, and the <ahref="#programs">software that uses it</a>.</p>
76
76
<p>If you spot errors or missing data, or just want to make this prettier/more accurate, don't hesitate to open an <ahref="https://github.com/remram44/regex-cheatsheet/issues/new">issue</a> or a <ahref="https://github.com/remram44/regex-cheatsheet/compare/">pull request</a>.</p>
0 commit comments