On 9/18/2012 7:31 AM, John Pullam wrote:
> No, it started rejecting all names when I did that. I am running CF9.

you're doing it wrong:

<cfprocessingdirective pageencoding="utf-8">
<cfscript>
        x="Tá mé in ann gloine a ithe; Ní chuireann sé isteach nó amach orm.";  
        writeoutput('reFind says: #reFind("[[:alpha:]]",x)#<br><br>');  
</cfscript>

<cfform format="html" method="post">
        <cfinput name="test" validate="regular_expression" pattern="[:alpha:]" 
value="#x#"/>
</cfform>       





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to