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


rexMatchWordboundary

Function: rexMatchWordboundary { -> bool }
file: jobb.t
package: muf
status: alpha

NOT IMPLEMENTED IN THIS RELEASE.

(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.)

Match boundary between word char [a-zA-Z0-9_] and non word char. Return value is nil if match failed. Cursor does not advance.


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