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