Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-17 11:00
Flavor·ECMAScript (JavaScript)

/
\d{3,15}[\/-]{1}\d{1,2}([\/-\s]{1}\d{1,2}|)(\s+\d{0,2}|)
/
gm
Open regex in editor

Description

Gets the project number from the extracted text fields from the PDF files.

Submitted by anonymous