Hi everyone,
Does anyone know how to find and replace a tab character? I am using the typesense API which does not accept tabs in the JSON. I am trying to remove them using find and replace however bubble doesn’t seem to detect the tab character, even when I use alt 0 0 9 or the regex pattern \t.
Hoping someone might have solved this?
Thanks!