-
Notifications
You must be signed in to change notification settings - Fork 217
Lib.string.search.SearchAndReplace
Thomas Mann edited this page May 28, 2025
·
2 revisions
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 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.