Quite often I have text that includes URLS that always appear between "" I am looking for an expression that will allow me to find and delete everything between "" (quotes)
Based on another example, i thought it would be something like:
Find: [[:word:]+[:punct:]]*"
Replace:
delete content between "" (quotes)
Moderators: AmigoJack, bbadmin, helios, MudGuard