Go to the first, previous, next, last section, table of contents.


rexOpenParen

Function: rexOpenParen { i -> }
file: jobb.t
package: muf
status: alpha

(This is a low-level primitive used internally by the MUQ MUF regular expression implementation: It will not normally be of interest to users unless they are writing another regular expression implemention for Muq.)

Mark start of i-th paren pair -- copies cursor into start field of that paren pair in internal state. Legal values for i currently range from 0 to 31.


Go to the first, previous, next, last section, table of contents.