# frozen_string_literal: true module Regex UID = /<@\!?([0-9]+)>/ EDIT_URL = /Edit\sKey\s\(ignore\):\s([\s\S]*)/ CHAR_APP = /\_New\sCharacter\sApplication\_:\s(.*)/ end