这是indexloc提供的服务,不要输入任何密码
Skip to content

Lib.string.search.SearchAndReplace

Thomas Mann edited this page May 28, 2025 · 2 revisions

SearchAndReplace

in Lib.string.search


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) 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

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