Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-07-15 21:46
Flavor·Python

r"
(\d+[^(a-z)]*)(year|yr|month|mon)
"
gi
Open regex in editor

Description

Extract experience from job titles or job description text

Submitted by vidyasagar