Regular Expressions 101

Community Patterns

redirect old links

1

Regular Expression
PCRE (PHP <7.3)

/
(?:team\/([0-9]+))\/(?:project\/([0-9]+))\/(?:type\/([0-9]+))(.*)(?:assignee\/([0-9]+))\/(?:author\/([0-9]+))\/(.*?)(?:status\/current\/)
/
gi

Description

no description available

Submitted by anonymous - 9 years ago