Skip to content

Commit

Permalink
regex test
Browse files Browse the repository at this point in the history
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
  • Loading branch information
ItsEmpa committed Jun 11, 2024
1 parent 326e17f commit 5d48495
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ object ScoreboardPattern {
"queueposition",
"Position: (?:§.)*#\\d+ (?:§.)*Since: (?:§.)*.*",
)

/**
* REGEX-TEST: §d5th Anniversary§f 167:59:54
*/
val anniversaryPattern by miscSb.pattern(
"anniversary",
"§d\\d+(?:st|nd|rd|th) Anniversary§f (?:\\d|:)+",
Expand Down

0 comments on commit 5d48495

Please sign in to comment.