pattern

abstract val pattern: Pattern(source)

Returns the pattern required to recognize this parameter, used in a larger pattern representing the entire command.

Pattern flags

Flags added on this pattern will not affect other options, however, make sure to close "embedded flag expressions" if you do use them.

Using flags without embedded flag expressions is not allowed.

Pattern.UNICODE_CASE and Pattern.UNICODE_CHARACTER_CLASS are enabled by default.

Return

The Pattern for this parameter