Get IDs from Discord message link
This regex captures the IDs in a message link in separate capture groups.
Warning: Due to my personal use case, it doesn't care if it's a real Discord message URL. You can pretty easily add that yourself if you need it tho.
Capturing groups:
Match 1: The whole ID string starting with / and may be e...
Submitted by SIMPLE MARK - 2 years ago