Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Regex Help

by Abigail-II (Bishop)
on Jun 07, 2004 at 15:01 UTC ( [id://362008]=note: print w/replies, xml ) Need Help??


in reply to Regex Help

Are you by any chance iterating line by line over your input? In that case, you will never match a string with an internal newline. Another potential problem are spaces you aren't noticing. Try /ATDT\d+\s+BUSY/ (no /m needed if you aren't using ^ or $).

Abigail

Log In?
Username:
Password:

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

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

    No recent polls found