Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-27 13:55
Flavor·Python

r"
^([A-Za-z ]+\b(?<!PRESENT\b)(?<!ABSENT\b)(?<!NORMAL\b)(?<!POSITIVE\b)(?<!NEGATIVE\b)(?<!TRACE\b)) +(ABSENT|PRESENT|NORMAL|TRACE|POSITIVE|NEGATIVE|\"[A-Z]+)+ *([\(\+\) ]*) *(Absent|Normal|Present|Trace|Positive|Negative)*
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous