📜 ⬆️ ⬇️

RegExr: Online Regular Expression Tester

Recently discovered a great service for testing and editing regular expressions online. RegExr is a simple, non- overloaded interface for entering regular expressions and conveniently checking them.


Externally, the service looks like this
image

To download the service, you must have Flash Player 9 or higher installed. The current version is RegExr 0.3b .
Expressions are entered in the top line, and the text [for verification] in the bottom field. As soon as the expression matches the specified characters, the text is automatically highlighted in accordance with the entered expressions. As the expression changes, the highlight changes. You can also not change the expression, and change the text.
')
To the right is a sidebar with explanations of expressions (which can be added from there), as well as examples (for example, checking email). Thus, by trial and error, you can even learn regular expressions. Immediately the author provided for the addition of his expressions and descriptions to them, but so far they do not work properly (hang).

As the author himself says, RegExr is not as powerful as RegExBuddy , but is online and free . There is a desktop version of the application for Mac or Windows. The application is a product of Air technology.

More information about the program and service can be found here .

UPD: According to the zeroed program works fine in Linux .

Source: https://habr.com/ru/post/62252/


All Articles