Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Translate .net regex to Perl regex

by Corion (Patriarch)
on Sep 16, 2019 at 19:40 UTC ( [id://11106257]=note: print w/replies, xml ) Need Help??


in reply to Translate .net regex to Perl regex

Maybe you can show us some short testbed code where you try your regular expressions against some C# example code?

Please also show us the .net regular expressions, and your effort to translate those to Perl. Most likely, .net regular expressions are basically the same as Perl regular expressions, except that .net likely uses strings where Perl has a special syntax for regular expressions. If that is the case, you can likely get away by simply replacing all double backslashes (\\) in the .net regular expression by a single backlash (\) for Perl.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-24 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found