Regular Expression operators for pattern_capture

Is there a list or documentation on the regular expression operators I can use in the "patterns" parameter of the pattern_capture token filter?

Is it the same operators used by the RegExp query?

Hi @marinoc,

the pattern_capture token filter supports the complete Java regular expression syntax in the patterns parameter.

Daniel

Perfect! Thanks @danielmitterdorfer