a simple /keyword/ should match "keyword" in a string.

thomas parquier
---
http://www.web-attitude.fr/
msn : thomas.parqu...@web-attitude.fr
softphone : sip:webattit...@ekiga.net <sip%3awebattit...@ekiga.net>
téléphone portable : +33601 822 056


2009/9/13 thomas parquier <mailingli...@web-attitude.fr>

> Is there some rule behind ?
>
> thomas parquier
> ---
> http://www.web-attitude.fr/
> msn : thomas.parqu...@web-attitude.fr
> softphone : sip:webattit...@ekiga.net <sip%3awebattit...@ekiga.net>
> téléphone portable : +33601 822 056
>
>
> 2009/9/13 flexaustin <flexaus...@yahoo.com>
>
>
>>
>> Anyone good at RegExpValidator's? (want to catch these as reserved in a
>> textinput as invalid; think file names that cannot be overwritten )
>>
>> I need to match some keywords as follows (ignore quotes just in to show
>> whitespace):
>>
>> 1. "myfilename" (catch as invalid)
>> 2. "okmyfilenameok" (ok)
>> 3. "34myfilenameok45" (ok)
>> 4. "MYFILENAME" (catch as invalid)
>> 5. "myfilename " (catch as invalid)
>> 6. " MYFILENAME " (catch as invalid)
>> 7. "BIG_MYFILENAME" (ok)
>>
>>  
>>
>
>

Reply via email to