Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2026-03-16 13:15
Flavor·PCRE2 (PHP)

/
^ (?<batch_number>\d{2})- (?: (?<component>QQ|CO|CG) (?<target_group>[AS]) (?<paper>P)? ) (?:- (?<domain>(?:LDW|MAT|REA|SCI|XYZ) (?<division>[abc])? ) )? -(?<authoring_point>[TN]) $
/
gmx
Open regex in editor

Description

internal structure of a batch name

Submitted by msoutopico