- Nov 10, 2019
- 117
- 97
try this. Basically captures anything inside the brackets.Ok so... I now have to figure out how to list all the kanji in the expression.
[<>]+([^\<]*\>)
or (just to include the /g for copy paste)
/[<>]+([^\<]*\>)/g
Last edited: