Last Updated: December 26, 2018
·
1.257K
· george-silva

Regex testers

Regexes are very specific text tools. They can do a lot of heavy lifting that would, otherwise, take thousands of LOC, and perhaps wouldn't reach the same result.

They are fast (relatively fast) and trustworthy. Well, kinda of. Regexes are so hard to understand at first, that even minor details can lead to hours of endless try/fail circle.

To speed up the process, there is a website (there are similar websites for different regex syntaxes) that you can try your regex against a sample text, and it will give you full results.

Here's the compilation:

Python

csharp

java

Do you guys recomend other tools?

1 Response
Add your response

I'll add it to the list!

over 1 year ago ·