Same as StringReplace except the "find" value is Case Sensitive. Click HERE for information on the StringReplace formula.
StringReplaceCS(StringValue, "Find", "Replacement")
Example: StringReplaceCS({name}, "Dr. ", "")
- Input: Dr. John Smith
- Result: John Smith
Note: WILL REPLACE the "find" value ANYWHERE it finds it in the name. Be sure to use the proper function and include punctuation and spaces as needed. Review results carefully before processing. For example: StringReplace({name}, "Dr", "") will change "Dr. Michael Andrew" to ". Michael Anew".
Click HERE to return to the full list of MassImpact Formulas.