Lib.string.search.SearchAndReplace - tixl3d/tixl GitHub Wiki
Looks for characters or strings within another string and returns a new string with the matches replaced.
| Name (Relevancy & Type) | Description |
|---|---|
| OriginalString (String) | Defines the string whose content is searched |
| SearchPattern (String) | Defines the string pattern that will be searched for and replaced |
| Replace (String) | Defines the string that will be used to replace what is defined as the search pattern |
| Name | Type |
|---|---|
| Result | System.String |
⚠ Everything else is automatically generated and will be overwritten regularly.