Skip to main content

Using MarkLogic Content Pump (mlcp)

Regular Expression Syntax

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.