Regexp match in Java

Posted by tinti on Stack Overflow See other posts from Stack Overflow or by tinti
Published on 2010-06-18T08:03:56Z Indexed on 2010/06/18 8:13 UTC
Read the original article Hit count: 370

Filed under:
|

Regexp in Java I want to make a regexp who do this verify if a word is like [0-9A-Za-z][._-'][0-9A-Za-z] example for valid words

A21a_c32 
daA.da2
das'2
dsada
ASDA
12SA89

non valid words

dsa#da2
34$

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about regex