<one-or-more> ( regexp -- regexp+ )
Regular expression combinators

Prev:<zero-or-more> ( regexp -- regexp* )
Next:<option> ( regexp -- regexp? )


Vocabulary
regexp.combinators

Inputs
regexpa regexp


Outputs
regexp+a regexp


Word description
Creates a new regular expression which matches one or more copies of the given regexp.

Definition