Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: regex question Underscores, lines and paratheses.

by Eily (Monsignor)
on May 06, 2019 at 12:16 UTC ( [id://1233395]=note: print w/replies, xml ) Need Help??


in reply to regex question Underscores, lines and paratheses.

_-( inside a character class ([ between square brackets ]) mean "any character between _ and (". It might have included a lot of characters you didn't want, but actually in this case, if you look at an ASCII table, you'll see that ( actually comes before _, so this is not a valid range.

It will also easier for us to help you if you show us some sample input data.

  • Comment on Re: regex question Underscores, lines and paratheses.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found