VBScript » RegExp » Test

Version: 5.0

Syntax:
object.Test

This method is used to determine if the search pattern occurs within a specified string and returns a Boolean value to signify the results of the search. True is returned if the pattern is found. Otherwise, False is returned.