Hi,

 I'm trying to setup a Regexp Validator that accepts a string of
alphanumeric and Special(hyphen and underscore) characters but do not
contain white space. I'm use

[A-Za-z][A-Za-z0-9]* Regular Expressions ==> restrict white space and
Special Character both

Also use ^[A-Za-z][A-Za-z0-9]*$  Regular Expressions ==>This is also
restrict space and Special Character both

What is actual Expression those have only remove White Space do not affect
Special Charector(_,-) ?

Thanks
Bambam Choudhary

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to