Match text only with word characters

Posted by Le_Coeur on Stack Overflow See other posts from Stack Overflow or by Le_Coeur
Published on 2010-05-31T12:15:40Z Indexed on 2010/05/31 12:23 UTC
Read the original article Hit count: 132

Filed under:

Hi,

so I want to check if all characters in text are \w or \s if yes then true if even one character isn't \w or \s then false. How can it be done?:)

© Stack Overflow or respective owner

Related posts about regex