repeat
Arguments
The first two optional arguments min_repeats and max_repeats set the minimum and maximum number of repetitions respectively.
If the parameter max_repeats is absent, the function matches all sequences, containing no less than min_repeats of the argument. If both parameters are absent, the function matches sequences, containing any number of repetitions of the argument.
The function also supports optional named parameters:
-
allow_punct:=yes/no allows or prohibits punctuation between arguments (set to "no" by default);
-
allow_space:=yes/no allows or prohibits spaces between arguments (set to "no" by default);
-
match:=range matches text range starting from the first found term and ending with the last found term.