14,953
edits
mNo edit summary |
|||
| Line 96: | Line 96: | ||
== Regular Expression Online Tools == | == Regular Expression Online Tools == | ||
Websites for testing regular expression syntax: * | Websites for testing regular expression syntax: | ||
* {{Gd}} [http://regex101.com/ RegEx101] - “Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript” - Provides syntax explanations | |||
* {{Gd}} [http://gskinner.com/RegExr/ RegExr] - Learn, Build, & Test RegEx - Provides syntax explanations | |||
* [https://regexper.com/ Regexper] - Visual explanation of syntax using diagrams | |||
* [https://jex.im/regulex/ Regulex:JavaScript Regular Expression Visualizer] - JavaScript Regular Expression Visualizer - Visual explanation using diagrams | |||
* [http://www.rubular.com/ Rubular] - A Ruby regular expression editor and tester | |||
* [http://www.phpliveregex.com/ PHP Live Regex] | |||
* [http://www.regextester.com/ Regex Tester and Debugger Online] - JavaScript, PCRE, PHP | |||
<span id="common-use-cases"></span> | <span id="common-use-cases"></span> | ||
== Common Use Cases == | == Common Use Cases == | ||