Skip to content

Commit

Permalink
Update Regex Overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Nov 14, 2023
1 parent b8b8a5c commit e1a132b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Regex Examples/Regex Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

As the actual use of regular expressions is quite language specific there are separate cheat sheets:

* [Bash](Bash+Regex)
* [Bash](/cheat-sheet/Bash+Regex)
* [Perl](https://perldoc.perl.org/perlre)
* PHP
* [preg_match() Examples](/examples/PHP+preg_match)
* [preg_match() vs strpos() Performance](/articles/php-string-search.htm)
* [preg_replace() Examples](/examples/PHP+preg_replace)
* Python
* [Python re.match Examples](/examples/Python+re.match)
Expand Down

0 comments on commit e1a132b

Please sign in to comment.