compile Method
Compiles a regular expression into an internal format.
Syntax
rgexp.compile(pattern)
Arguments
Remarks
The compile method converts pattern into an internal format for faster execution. This allows for more efficient use of regular expressions in loops, for example.
Copyright © 2000 Chili!Soft