Forum Discussion

JohnnyDeVilla's avatar
JohnnyDeVilla
Qrew Member
6 years ago

Find and replace formula syntax

I have this search and replace to accommodate  file paths for Mac users and PC users, which basically changes the forward slash to a back slash in the url.

SearchAndReplace([File Path Mac], "/",'"\\")

I also want to replace the prefix, is it possible to have two Search and Replaces in one formula?