Hey all.
I'm not the best at reg. expressions...
We're writing a fuseaction parser for a funky way we've decided to stack our
apps.
What I need is a parser that will find the index of the very last dot (".")
in any combination of characters such as "whatever." and
"whatever.whereever.whoever"
Here's what I have so far:
refindnocase("([a-z0-9]+[\.]*)$",caller.attributes.fuseaction)
It works great...but also finds underscores ("_") in a sequence like
"whatever.where_ever"
Any suggestions?
Thanks,
Phil
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.