[BUG] Find/Replace tool not searching for starting 'space' character

v7.9.14

I found by accident that some of my bindings have spaces at the end of separating folders in a tag path, e.g.:
Folder 1/Folder 2 /Folder 3/Tag
Note space after Folder 2

I tried to search for " /" but it seems that the space was ignored, and results were found with just the “/” character…

1 Like

Hmm, the search text is getting a trim() applied before it’s turned into a sneaky regex. What if you do \s/, or maybe \\s/?

Doesn't seem to work either way when I try it, any other ideas?

I am in 8.1.7