Since you say that it behaves differently in IE vs FF, does that mean 
that you are writing these in JavaScript?  Are they being passed in a 
CFForm tag, or sent directly?  Are you double-pounding (##) as necessary 
to escape the pound sign in a CFOUTPUT block?

--Ben Doom

Steve LaBadie wrote:
> Bobby,
> 
> I get an "invalid token | found" error.
> 
> To answer your question my match is predicated on one of these
> characters (@#$^_*) being present.
> 
> ^(?=.*[A-Za-z])(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?!.*[^A-Za-z0-9@|#|\$|\
> ^|_|\*])(?!.*s).{8,127}$
> 
> 
> ^(?=.*[A-Za-z])(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?!.*[^A-Za-z0-9])(?=.*[
> @|#|\$|\^|_|\*])(?!.*s).{8,127}$

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269510
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to