ReplaceStrings

Replace strings found in list of strings from inside a string, does that make sense?
Similar to ReplaceChars but this one will replace full words in list.
Pass String1, the large string you want to work with, then Strings_to_Remove with is list of strings that we do not want to see in String1 separated by Sepa.
Then we pass Strings_to_put to be put instead of strings from Strings_to_Remove, also separated by Sepa
Is this better?

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

String1, Strings_to_remove, Strings_to_put, Optional Sepa = "|"

? ReplaceStrings("Something of worlds", "of|some", "to|Any")
Anything to worlds

Views 192

Downloads 99

CodeID
DB ID