test Method
Tests whether a pattern exists in a string.
rgexp.test(str)
Arguments
Remarks
The test method checks to see if a pattern exists within a string and returns True if so, and False otherwise.
The RegExp object is not modified by the test method.
Copyright © 2000 Chili!Soft