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


rexMatchCharClass

Function: rexMatchCharClass { str -> bool }
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.)

Try to match a char class. Input string looks like "^a-zA-Z" if surface syntax was "[^a-zA-z]". Return value is nil if match failed, otherwise cursor is advanced one char.


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