Matching Anything But a Newline

  • + 1 comment

    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.