Regular Expressions 101

Community Patterns

Filter Vietnamese Hashtags in a string

0

Regular Expression
PCRE2 (PHP >=7.3)

/
#[\p{L}_\p{M}]*
/
gm

Description

Filter Vietnamese Hashtags in a string

Submitted by Akali - a year ago (Last modified a year ago)