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 Jan 5, 2024
1 parent b626ed9 commit 65ea251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Regex Examples/Regex Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ As the actual use of regular expressions is quite language specific there are se
* [Windows - Wildcard Expension](https://learn.microsoft.com/en-us/cpp/cpp/main-function-command-line-args?view=msvc-170&redirectedfrom=MSDN#wildcard-expansion)
* [POSIX BRE: Basic Regular Expressions](http://pubs.opengroup.org/onlinepubs/7908799/xbd/re.html)
* [POSIX ERE: Extended Regular Expressions](http://pubs.opengroup.org/onlinepubs/009696899/basedefs/xbd_chap09.html)
* [Perl Regular Expressions](https://perldoc.perl.org/perlre)

## Regex Variants

Expand Down

0 comments on commit 65ea251

Please sign in to comment.