Hi, I have a problem. I’m trying to find and replace a phrase that includes a pipe character. I know Figma accepts Regex and because of that pipe character will work as an OR function. Does anyone have an idea to stop it from working like this?
I was trying Lorem ipsum [|] dolor sit amet
but it still works like the OR function (and includes brackets in it). Even though regexr.com says it’s correct.