Regular Expressions 101

Community Patterns

remove mentions and hashtags tweet

0

Regular Expression
PCRE (PHP <7.3)

/
(?:((?<=[\s\W])|^)[#](\w+|[^#]|$)|((?<=[\s\W])|^)[@]([a-zA-Z0-9_]+|$))
/
gm

Description

Remove user mentions and hashtags from the tweet data text

Submitted by anonymous - 3 years ago