Class RegExp represents a regular expression. The constructor essentially compiles the expression into a form that can be used more efficiently. The result can then be used to find and replace patterns in target strings and string buffers.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.