You are viewing a single comment's thread. Return to all comments →
For Java-8.0
tester.check("[\\p{Graph}]{3}\.[\\p{Graph}]{3}\.[\\p{Graph}]{3}\.[\\p{Graph}]{3}");
PUT DOUBLE BACKSLASHES before "." as in my comment it only shows One Backslash.
Seems like cookies are disabled on this browser, please enable them to open this website
Matching Anything But a Newline
You are viewing a single comment's thread. Return to all comments →
For Java-8.0
tester.check("[\\p{Graph}]{3}\.[\\p{Graph}]{3}\.[\\p{Graph}]{3}\.[\\p{Graph}]{3}");
PUT DOUBLE BACKSLASHES before "." as in my comment it only shows One Backslash.