Skip to content

Pattern.compile("\\p{L}") not working in Scala.js #2082

Closed
@paullepoulpe

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateDuplicate of another issue. Closed.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions