From bc9978eac9aca3e61110311db55cbe4f6a438495 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:24:13 +0200 Subject: [PATCH] Add Pyrexp and fix urls to "Useful online tools" / 2016-02-29-regex-turkish-i.markdown --- _posts/archived/2016/2016-02-29-regex-turkish-i.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_posts/archived/2016/2016-02-29-regex-turkish-i.markdown b/_posts/archived/2016/2016-02-29-regex-turkish-i.markdown index 671c26c19..28af6053a 100644 --- a/_posts/archived/2016/2016-02-29-regex-turkish-i.markdown +++ b/_posts/archived/2016/2016-02-29-regex-turkish-i.markdown @@ -121,8 +121,9 @@ While writing this post, I used several helpful online utilities to help me test ## Useful online tools -* https://repl.it/languages provides a REPL for multiple languages such as Ruby, JavaScript, C#, Python, Go, and LOLCODE among many others. -* http://www.tutorialspoint.com/execute_perl_online.php is a Perl REPL since that last site did not include Perl. +* https://replit.com/templates provides a REPL for multiple languages such as Ruby, JavaScript, C#, Python, Go, and LOLCODE among many others. +* https://www.tutorialspoint.com/execute_perl_online.php is a Perl REPL since that last site did not include Perl. * http://regexstorm.net/tester is a regular expression tester that uses the .NET regex engine. * https://regex101.com/#javascript allows testing regular expressions using PHP, JavaScript, and Python engines. -* http://rubular.com/ allows testing using the Ruby regular expression engine. +* https://rubular.com/ allows testing using the Ruby regular expression engine. +* [https://pythonium.net/regex](https://pythonium.net/regex) allows to visualize and test regular expressions using the Python engine.