Skip to content

lib.string.SearchAndReplace

Thomas Mann edited this page Jan 17, 2024 · 2 revisions

SearchAndReplace

in lib.string


Looks for characters or strings within another string and returns a new string with the matches replaced.


Input Parameters

Name (Relevancy & Type) Description
OriginalString (String) -
SearchPattern (String) -
Replace (String) -

Outputs

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.

Clone this wiki locally