String Helpers
Helper functions that can be used by importing string.dart Example ```dart String myString = ":burrito: or :taco:?" print(S.parseEmojis(myString)); // outputs: 🌯 or 🌮
Available on double, provided by the Ex extension