Regular Expression Syntax
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
For options that use regular expressions, such as -input_file_pattern, use the Java regular expression language. Java’s pattern language is similar to the Perl pattern language. For details on the grammar, see the documentation for the Java class java.util.regex.Pattern
For a tutorial on the expression language, see the JDK Documentation.