R

TestRegex

Regular Expression

- - 0.00 ms

Test String

1

Frequently Asked Questions

Java Regex Tester & Debugger

Test Java regex patterns against java.util.regex.Pattern rules. Supports unicode character classes and canon_eq scaling.

Java (java.util.regex)

Strict adherence to Java's Pattern class syntax. This tool handles Java-specific quirks, ensuring your patterns compile correctly in JVM environments.

Feature Set

  • Unicode Case (u): Case insensitive matching that affects unicode.
  • Unicode Classes (U): Unicode support for predefined classes.
  • Unix Lines (d): Only the \n line terminator is recognized in the behavior of ., ^, and $.