Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Testing .NET and Perl-style regex patterns

Last post 11-04-2008, 8:08 PM by ddrudik. 0 replies.
Sort Posts: Previous Next
  •  11-04-2008, 8:08 PM 47979

    Testing .NET and Perl-style regex patterns

    I decided to add .NET support to my PHP (Perl-style) regex tester at http://www.myregextester.com since I wanted to occasionally test variable-length lookbehind assertions for use with .NET and of course PHP does not allow for (while it does allow for fixed-length lookbehind alternations of possibly differing length, which is more than Perl itself actually supports).

    The processing of the pattern with a .NET regex engine is an optional choice at the tester as it defaults to using the PHP's Perl syntax regex functions.


View as RSS news feed in XML