regex.rb 173 B

1234567
  1. # frozen_string_literal: true
  2. module Regex
  3. UID = /<@([0-9]+)>/
  4. EDIT_URL = /Edit\sKey\s\(ignore\):\s([\s\S]*)/
  5. CHAR_APP = /\_New\sCharacter\sApplication\_:\s(.*)/
  6. end