diff --git a/_posts/2018-07-28-regex-subroutines-recursion.md b/_posts/2018-07-28-regex-subroutines-recursion.md index b0433fb..1bbaab6 100644 --- a/_posts/2018-07-28-regex-subroutines-recursion.md +++ b/_posts/2018-07-28-regex-subroutines-recursion.md @@ -6,9 +6,7 @@ tags: regex categories: blogpost --- - ## Introduction - Subroutines and recursion are powerful expressions that are sometimes ignored or forgotten. Maybe because the number of languages that support it are relatively scarce? If you're using PCRE, PHP which uses PCRE under the hood, Perl or Python with the [`regex`][pythonregex] module then keep reading!