``` /* True on the JVM but false in Scala.js */ java.util.regex.Pattern.compile("\\p{L}").matcher("M").matches() ```