Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Problem with regexp to match

by LanX (Saint)
on Oct 14, 2021 at 19:30 UTC ( [id://11137538]=note: print w/replies, xml ) Need Help??


in reply to Re: Problem with regexp to match
in thread Problem with regexp to match

> I use this website https://regex101.com/ for live testing any regex I want to use.

It's certainly nice and well made, thanks! :)

But please be aware that it doesn't offer Perl Regexes only PCRE.

And PCRE has - despite the name - some incompatibilities.

I don't know about PCRE2 tho... but expect it to keep compatibility to PCRE1.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Problem with regexp to match
by FeistyLemur (Acolyte) on Oct 15, 2021 at 17:50 UTC

    It's similar enough that you get the gist of what what you're capturing, plus teach you the basics of regex. The only thing you really have to remember to do is escape your characters properly for perl.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-16 12:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found