You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was personally looking for something that would allow me to validate input to be text, numbers, punctuation, and EMOJI. It would be nice if I could get a regexp of all emojis somehow, or maybe rely on the contains method to implement something similar
Awesome package, thanks.
What do you think about adding a
func Contains(input string) bool
orfunc FindAll(input string) []string
functions? Exposing howParse
finds aliases.This would allow the caller to check for existence, or find all the aliases in a given input string.
The text was updated successfully, but these errors were encountered: