View Single Post
Old 03-23-2024, 01:09 PM   #1
vleaf0210
Junior Member
vleaf0210 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2024
Device: none
How do I remove this type of tag?

Example:
Code:
<span xmlns="http://www.w3.org/1999/xhtml" class="koboSpan" id="kobo.2.1"> キン、と</span>
Result:
Code:
 キン、と
I want to remove the tag from the code above and keep only the text inside the tag.
I don't know what regex to use for this like pattern... Could you help me?
vleaf0210 is offline   Reply With Quote