Scrapes all emojis from Emojipedia, then creates a regular expression which contains all of the emojis unicodes, in the shortest way possible.
The format function is currently built to return a Golang regular expression, due to personal uses. Will add Javascript functionality soon, as well as other languages if needed.