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

Re: Re: Regex optimization

by deryni (Beadle)
on May 08, 2001 at 11:21 UTC ( [id://78772]=note: print w/replies, xml ) Need Help??


in reply to Re: Regex optimization
in thread Regex optimization

Thank you for the prompt response.
First off, as I said a lot of regexes escapes me, so reminding me that I can use (#) instead of repitition was good.
Second, while I did remove the checks for the extra <font> tags I did indeed forget that I needn't check for the <td> tags either.
Third, while I'd imagine that this works for the parts involved I do not need either of the nbsp's or the letter that may be in their place, but the data in between them is important.

Thank you for all the help.

-Etan

Replies are listed 'Best First'.
Re: Regex optimization
by cLive ;-) (Prior) on May 08, 2001 at 13:11 UTC
    No! # is a comment (the x modifier allows you to do this...)

    cLive ;-)

      Thank you, I realize that # is a comment. In this case I was using it in it's more common meaning, to signify a number.

          -Etan

Log In?
Username:
Password:

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

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

    No recent polls found