Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Feature Request: Search and Replace using RegEx

Open alinanorakari opened this issue 5 years ago • 3 comments

Hello there,

I really like Boop, it's my new favorite tool to quickly manipulate text based data. Sometimes I need to search and replace parts of the pasted text based on a regular expression. It would be awesome if I didn't have to use one of my other editors to accomplish this, when I'd like to perform the rest of the operations in Boop.

Please register this as a vote for a better search and replace function that understands RegEx. A solution to this could also be the ability to create this as a plugin, but as far as I can tell a plugin can only have one input (the selected or full text)

alinanorakari avatar Aug 27 '20 09:08 alinanorakari

Hey there!

Thanks for the suggestion, that makes a lot of sense to me. The short answer is: I'd love to have it, but short term I don't know how. I'm guessing I would have to roll out a custom searchbox (currently I'm using the built in macOS one)...

IvanMathy avatar Sep 17 '20 13:09 IvanMathy

Second this 👍

quanganhdo avatar Sep 17 '20 15:09 quanganhdo

I had a similar issue, wanting to replace commas with newlines and was trying to paste \n (thinking a regex is what I needed) but I just got the literal text being replaced. I came across this answer on Apple StackExchange that allows special characters via ⌃ CTRL+⌥ ALT+⌘ CMD+P combo.

nickdos avatar Apr 12 '23 23:04 nickdos