Skip to content

Add support for java character function classes #10

@MasseGuillaume

Description

@MasseGuillaume
pass("\\p{javaLowerCase}", "a")
pass("\\p{javaUpperCase}", "A")
pass("\\p{javaWhitespace}", " ")
pass("\\p{javaMirrored}", "{") // mirrored with }
fail("\\p{javaMirrored}", "c")
  • \p{javaAlphabetic}
  • \p{javaDefined}
  • \p{javaDigit}
  • \p{javaISOControl}
  • \p{javaIdentifierIgnorable}
  • \p{javaIdeographic}
  • \p{javaJavaIdentifierPart}
  • \p{javaJavaIdentifierStart}
  • \p{javaLetter}
  • \p{javaLetterOrDigit}
  • \p{javaLowerCase}
  • \p{javaMirrored}
  • \p{javaSpaceChar}
  • \p{javaTitleCase}
  • \p{javaUnicodeIdentifierPart}
  • \p{javaUnicodeIdentifierStart}
  • \p{javaUpperCase}
  • \p{javaWhitespace}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions