Regular Expressions 101

Community Patterns

NLP_1

0

Regular Expression
PCRE (PHP <7.3)

/
\b(?'verb'build|make|implementing)\s* (?'build'(?:(?!(?&verb)).)*?) (?=\s*\b(?:in|on)\b)
/
ixgs

Description

Initial attempts to use regex for NLP

Submitted by anonymous - 4 years ago