Last active
September 11, 2021 03:49
-
-
Save SoftCreatR/cc8f8542c5c3615938905bf2bc19fb42 to your computer and use it in GitHub Desktop.
Teamspeak Badges Regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://badges-content.teamspeak.com/list | |
\$(?P<ID>[\w\d-]+).(.|\n)(?P<Title>.+)..(?P<URL>https:\/\/[\w\-\.\/]+)..(?P<Desc>[^\(]*) |
Author
SoftCreatR
commented
Sep 11, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment