Nre Package Commands


NAME

nreuse - Replace the the normal regexp command with those in the nre package

SYNOPSIS

package require nre ?2.0?
nreuse flag

DESCRIPTION

If flag is true then the nre commands nrematch, nresub, nrelsearch, and nreswitch replace the following standard commands: regexp, regsub, lsearch, and switch. The standard commands are saved under names with the ``builtin_'' prefix. You can reverse this process by executing nreuse with flag false.

See the nrematch man page for a description of regular expressions.

KEYWORDS

nre, regular expression

Last change: 2.0

[ nre2.0 ]

Copyright © 1997 Darrel Schneider.