|
| |
< Back
In this example, we perform a search/replace operation on HTML code.
This finds a paragraph tag that has extra text in between <p and > .

This is what the HTML code looks like once the extra text is stripped out of the <p> tag, after pressing Replace All.

Here, the same thing we did for the <p> tag will also be done to the <li> and <html> tags.

|
|