skip to Main Content

In Git IDE/VS Code find/replace, I have multiple instances where a word (literal string) is enclosed in asterisks- ex. *Ampelisca*– and would like to replace the asterisks with italics tags <i>Ampelisca</i>

Haven’t really tried anything, don’t know where to start

2

Answers


  1. Chosen as BEST ANSWER

    Thanks all! I actually did some more searching and found this answer, which worked perfectly after I switched out the bold tags for italics: https://superuser.com/questions/1316681/how-to-replace-asterisk-symbols-with-bold-tags-to-denote-important-words-and with this example https://regex101.com/r/928oKB/1


  2. If you’re using VSCode, just use the "edit all of type" option in the right-click menu.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search