Utils Methods

The Utils type exposes the following members.

Methods
  NameDescription
Public methodIsMatch
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
Public methodMatch
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
Public methodMatches
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
Public methodReplace
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
Public methodSendKeysNat
Sends keystrokes to the active application using the windows SendKeys methode.
Public methodTakeScreenShot
Takes a screenshoot of the desktop.
Top
See Also