Anyone who has used a regular expression (Regular Expression) knows how to write a regular expression.CodeRegEx tester is a website dedicated to online testing of regular expressions.
The test is based on JavaScript and can be tested in real time. You can also enter a Text Segment and use a regular expression to search for or replace updates.
RegEx tester supports Perl (PCRE) and POSIX (PHP) Regular Expressions. Because any regular expression contains POSIX and PCRE compatible modes, you can test regular expressions of any version here.
RegEx tester access address:
Http://www.regextester.com/
Although regular expressions are complex, they are the most powerful tool used to process strings. Below are some resources for learning Regular Expressions provided by webmonkey:
- Regular Expressions tutorial
- A new tool offers a little help with regular expressions
- Use RegEx in Perl
International Source: http://www.webmonkey.com/blog/Test_Your_Regular_Expressions_in_Real_Time
Source: comsharp CMS official website