Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^5: regex for strings with escaped quotes

by haukex (Archbishop)
on Feb 12, 2019 at 16:47 UTC ( [id://1229821]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (?:(?|(?:\")(?:[^\\\"]*(?:\\.[^\\\"]*)*)(?:\")))
    
  2. or download this
    ((?:(?|(?:\")(?:[^\\\"]*(?:\\.[^\\\"]*)*)(?:\"))))
    
  3. or download this
    ((?|(?:\")(?:[^\\\"]*(?:\\.[^\\\"]*)*)(?:\")))
    
  4. or download this
    (?:(?|(?:\")([^\\\"]*(?:\\.[^\\\"]*)*)(?:\")))
    
  5. or download this
    / \" [^\\\"]* (?: \\. [^\\\"]* )* \" /x
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-19 06:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found