Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?:^|[^\/@[:word:]])([\/@[:word:]][\*[:word:]]+)[^\/@[:word:]]*
/
gm

Description

Regex expression to make abbreviation starts with "@", "/" available in Emacs.

Submitted by zeit - 14 days ago