ending tag without affecting the content in VS Code?
Context: I want to delete all <div dir="rtl"> and its closing tag in the README.md file, because I think Markdown started supporting right-to-left languages.
you can use the find and replace feature with regular expressions enabled. Search for <div dir="rtl">([\s\S]*?)<\/div> and replace it with an empty string
That's a good idea. Thank you!
https://youtu.be/Jdqpu5sDS9s
https://stackoverflow.com/q/1732348
But who's jon skeet?
super high rated stack overflow user
Обсуждают сегодня