Regular Expressions 101

Community Patterns

project code for multiple codes

1

Regular Expression
PCRE (PHP <7.3)

/
(?i)\b(?<PROJECT>(15-|16-|17-|30-|GGO)\S*)
/

Description

  1. Ability to capture emails sent and received from Exchange (using Journaling that has been activated on specific users) that have one or more of the following Project Number prefixes: “15-“ “16-“ “17-”... “30-“ “GGO”
Submitted by anonymous - 8 years ago