I have an input like :
Ajith, Mr. Raja
Ram, Ms. ReddyRaji, Miss. JanOutPut Like
AjithRaja
RamReddyRajiJanI need to Remove in between special characters Like, Mr. Is it possible? by using the Single Regex formula
Hey @Ajith1 !
Well, if you know all possible words between the first and last name, you can add in that formula:
REGEX_Replace([Field1], "Mr\.|Ms\.|Miss\.|Mister\.|,|\s+", "")
Look the attached example.
Hope that helps!
@Ajith1,
Please see below:
Attached the workflow,
Regards,