Regular Expressions 101

Community Patterns

SSC/lexisnexis/clean_docket+date+dispo/dockets/extract_appealscourt_dispo/MS/(2/2)

0

Regular Expression
Python

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

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 - 3 years ago (Last modified 3 years ago)