Find & Replace a Tab

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!

Does a regex pattern for detecting spaces work? I’d imagine if it is not picking up for a tab it might be considered a space instead.

This topic was automatically closed after 70 days. New replies are no longer allowed.