I'm trying to create a find and replace macro to easily add html tags to the beginng and end of selected text.
I'm new to UE and normally use TextMate.
Lets say I select any word I want to bold in html.
I would like to have a macro add the <b> before and </b> after selected text.
In the find and replace I selected regular expressions and selected text.
How could I have ^ find before the selection and add <b> before the selection.
Likewise I would like $ to add a </b> at the end of the selection.
Ideas anyone?
I'm new to UE and normally use TextMate.
Lets say I select any word I want to bold in html.
I would like to have a macro add the <b> before and </b> after selected text.
In the find and replace I selected regular expressions and selected text.
How could I have ^ find before the selection and add <b> before the selection.
Likewise I would like $ to add a </b> at the end of the selection.
Ideas anyone?