The findText is case-insensitive.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| html | String | The HTML to search. | ||
| findText | String | The Text to Find. | ||
| cssStyle | String | Optional | The CSS Style to apply to the HTML span that will be inserted around the found text. If omitted, a value of color:black;background-color:yellow is assumed. |
A String value.