maha.expressions.general#

Regular expersion patterns

Module Contents#

EXPRESSION_HASHTAGS[source]#

Expression that matches hashtags

EXPRESSION_MENTIONS[source]#

Expression that matches mentions

Liberal, Accurate Regex Expression for Matching Web URLs

EXPRESSION_EMAILS[source]#

Expression that matches emails

EXPRESSION_EMOJIS[source]#

Expression that matches emojis

EXPRESSION_ALL_SPACES[source]#

Expression that matches space variations. Normal space is not included. Taken from: https://jkorpela.fi/chars/spaces.html

EXPRESSION_INTEGER[source]#

Expression that matches Arabic and English integers

EXPRESSION_DECIMAL[source]#

Expression that matches Arabic and English decimals

EXPRESSION_SPACE[source]#

Expression that matches at least one whitespace

EXPRESSION_SPACE_OR_NONE[source]#

Expression that matches zero or more whitespaces