Skip to content

Instantly share code, notes, and snippets.

@vertexvaar
Last active November 19, 2021 15:08
Show Gist options
  • Save vertexvaar/7cfc968b4b3df07f8b75c542a13b793f to your computer and use it in GitHub Desktop.
Save vertexvaar/7cfc968b4b3df07f8b75c542a13b793f to your computer and use it in GitHub Desktop.
key - label - XML to XLIFF RegEx

\t\t\t<label index="(.*?)">(.*?)</label>\n \t\t\t<trans-unit id="$1">\n\t\t\t\t<source>$2</source>\n\t\t\t</trans-unit>\n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment