#Java15 added two new escape sequences together with text blocks: \⏎ ~> no newline in text block \s ~> space (\u0020) More in openjdk.org/jeps/378 under "New escape sequences". Really handy for regex Java puzzlers! 😬👇
1
2
9
0
1
@nipafx So `\s` is valid in patterns now, not just text blocks?