Commit Graph

6 Commits

Author SHA1 Message Date
34f0223a85 revert revert regex 2025-11-13 15:50:19 +01:00
defnotken
287f72b6ad revert regex 2025-11-13 08:21:37 -06:00
0f95f26c1c Implemented match group instead of tinkering with the URL string
We're using regex already anyways, so might as well take advantage of matching groups. Group 1 will always be the country code and group 2 always the ID
2025-11-01 22:47:05 +01:00
8e36b062fd Updated Lodestone URL regex
Made it match the lodestone URL scheme exactly, with optional trailing "/" and nothing before or after the URL
2025-11-01 22:29:09 +01:00
d7e8be97ff make lower limit 3 characters. add forbidden words. (#4)
Co-authored-by: defnotken <itsdefnotken@gmail.com>
Reviewed-on: #4
2025-09-09 19:01:41 +02:00
Zurazan
80235a174b Initial 2025-08-27 03:02:29 +02:00