Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pyrexp to "Useful online tools" / 2016-02-29-regex-turkish-i.markdown #1831

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _posts/archived/2016/2016-02-29-regex-turkish-i.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.