Files
Citadel-Station-13-RP/code/_globals/regexes.dm
silicons 717049287e glob
2021-02-28 21:56:44 -07:00

3 lines
186 B
Plaintext

//These are a bunch of regex datums for use /((any|every|no|some|head|foot)where(wolf)?\sand\s)+(\.[\.\s]+\s?where\?)?/i
GLOBAL_DATUM_INIT(is_http_protocol, /regex, regex("^https?://"))