AxelThevenot / RegularExpressionPython

Console Interface to test regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RegularExpressionPython

Console Interface to test regular expressions

Original article and full tutorial : Regular Expressions (RegEx): Plainly Explained with Cheat Sheet to Appreciate Them

Run the programm

Open the file.json file in an editor and run the main.py script to visualize the regex on test sentences you wrote. (Don't forget to save your file.json else the changes will be not taking into account)

Use the programm

Write your regex after the key "Regular Expressions": Write you sentences in the list after the "Texts to test": separeted by a comma ,

Don't forget it is a JSON file. In a JSON file the \ is an escape character. Double it like that \\ to have a validate single blackslash

Enjoy !

About

Console Interface to test regular expressions


Languages

Language:Python 100.0%