Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-04-22 22:51
Updated·2021-04-22 23:05
Flavor·Python

r"
^((?:outcome|disposition): ?court of appeals'? ?judgments?.*?)(?:(?:\.|;|:|,? ?and|,)? ?(?:trial|circuit|chancery) court(?:'s)? ?judgment)
"
gmi
Open regex in editor

Description

Regex pattern (2/2) for function "def extract_appealscourt_dispo()" for Mississippi.

This function extracts the part of the dispo relative to the court of appeals when dispo is reported relative to multiple courts.

Submitted by anonymous