Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Regex with Backslashes

by haukex (Archbishop)
on May 17, 2020 at 15:35 UTC ( [id://11116862]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    use Test::More tests=>1;
    my @o = parse "1,Something\\,\\\\text\\\\text\\x2B\\\\,X,99";
    is_deeply \@o, ["1","Something,\\text\\text+\\","X","99"];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found