XUnity.AutoTranslator icon indicating copy to clipboard operation
XUnity.AutoTranslator copied to clipboard

regex question

Open ZzCOOL84 opened this issue 1 year ago • 0 comments
trafficstars

regex question In the game, the string is generated very long but from the same patterns. I wrote a rule sr:"^(\w+)(((\w+)([0-9]+)(\w+))+)$"=$1 $2 And "$2" returns only the last segment of several segments. How can I make it return all segments?

ZzCOOL84 avatar Jan 22 '24 21:01 ZzCOOL84