Do you just want the last token? Why not use
istLast( caller.attributes.fuseaction, '.' )

-----Original Message-----
From: Hulsey, James Phillip [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 08, 2000 4:50 AM
To: Fusebox
Subject: parsing fuseaction


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.

------------------------------------------------------------------------------
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.

Reply via email to