Regex for Marking Text?
Does anyone know of a way to restrict a find/replace to marked text....within the search parameter? I know you can manually mark the text with Ctrl + Shift + M, but I'm hoping to do it as part of a saved search group.
eg.
Step one:
find: <table(.*?)>(.*?)</table> and set as marked text
Step two:
find (within marked text): <p>(.*?)></p> and replace: \1
Step three:
Change the 'marked text' selector back to "All HTML Files"
Thanks,
|