
Signature
Hendrik Maryns
==================
www.lieverleven.be
http://aouw.org
Hendrik Maryns ha scritto:
>> "\\W\\W\\W\\W+"
>>
>> oughta drop one, two, three character stuff and return stuff that is at
>> least four characters long.
>
> That could be written nicer as "\\W{3,}", if I recall the syntax correctly.
Sorry, but "\\W" , is not a "non-word character" ?
Why you use \\W ? when the necessity is get only word with at least
three characters ( not the contrary ).
> But Yatta: why don’t you RTFM:
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html
I know this page, is 7days that I read this, but without good result.
Thanks for your contribution.
Bye
MaX