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 Oct 24, 2023
1 parent f07b48a commit 9ec5fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Regex Examples/Regex Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
As the actual use of regular expressions is quite language specific there are separate cheat sheets:

* [Bash](Bash+Regex)
* [Perl](Perl)
* [Perl](https://perldoc.perl.org/perlre)
* PHP
* [preg_match() Examples](/examples/PHP+preg_match)
* [preg_match() vs strpos() Performance](/articles/php-string-search.htm)
Expand All @@ -12,7 +12,7 @@ As the actual use of regular expressions is quite language specific there are se
* [Python re.match Examples](/examples/Python+re.match)
* [Python re.sub Examples](/examples/Python+re.sub)
* [Ruby](Ruby+Regex)
* [Javascript](/examples/Javascript+RegExp)
* [Javascript](/examples/Javascript RegExp)
* [C and Glib 2.14+](/examples/GLib+GRegex) (GTK, GNOME)

## Standards
Expand Down

0 comments on commit 9ec5fb3

Please sign in to comment.