Is there a search pattern that would be
able to do a Multiple Find and Replace at once?
I have a large file and dozens of items that need to be replaced.
Here are some examples:
find: "~NM1*87*2~N3*" and replace with "↵ BILLING ADDRESS:
"
find: "~DMG*D8*" and replace with "↵ SUB DOB: "
find: "~~NM1*82*1*" and replace with "↵ PROVIDER NAME:
"
the list goes on and on...
any ideas- much appreciated - Thanks in advance!
I think you can do this with a Text Factory:

Hope this helps!
-sam
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"sup...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbedit+un...@googlegroups.com.
To post to this group, send email to bbe...@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
Is there a search pattern that would be able to do a Multiple Find and Replace at once?
Are you talking about the chrome add-on? We cant do this due to HIPAA (they require access to all your files)
I've never used Scrip editor. the "↵" symbol i put in, I actually need it to "move to next line" in BBEdit I just do "command + enter" what do i put in the Script to move to next line?
I would much rather use Grep but I'm not sure I know how to create what you're describing. when i select Find Replace i only see the option for 1 search and only a Grep check box. No option to Start at top or do multiple at same time
Is there a search pattern that would be able to do a Multiple Find and Replace at once?
I have a large file and dozens of items that need to be replaced.
Here are some examples:
find: "~NM1*87*2~N3*" and replace with "↵ BILLING ADDRESS: "
find: "~DMG*D8*" and replace with "↵ SUB DOB: "
find: "~~NM1*82*1*" and replace with "↵ PROVIDER NAME: "
This tool looks like the answerThe only thing missing is the ability to move to the next line.
Anyone know if there is a way to have it move to next line?