Utils Methods |
The Utils type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsMatch |
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
|
![]() | Match |
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
|
![]() | Matches |
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
|
![]() | Replace |
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
|
![]() | SendKeysNat |
Sends keystrokes to the active application using the windows SendKeys methode.
|
![]() | TakeScreenShot |
Takes a screenshoot of the desktop.
|