[Solved] How to master regular expression, especially in multiple language [closed]


I found this book “Mastering Regular Expressions, 3rd Edition by Jeffrey E.F. Friedl ” really helpful in understanding regular expression. You can get your copy here

In initial chapters, book details the syntax to write regular expression.
Last four chapters are really helpful in using regular expression in different languages like a> Perl b> Java c> .NET d> PHP

This is one of the useful tool to test the regular expression online. You can find it here

solved How to master regular expression, especially in multiple language [closed]