Lib.string.search¶
Operators¶
- IndexOf — Searches the original string for a search pattern and outputs the position at which the pattern was found
- SearchAndReplace — Looks for characters or strings within another string and returns a new string with the matches replaced.
- SubString — Returns a substring of the connect string.
Auto-generated from the operator library.