search Method
Searches a string for matches to a regular expression.
Syntax
stringObj.search(rgexp)
Arguments
Remarks
The search method indicates if a match is present or not. It returns True if a match is found, and False otherwise. To get further information, use the match method.
Copyright © 2000 Chili!Soft