chore: update glossary values to include parsing rules for when we encounter headers

This commit is contained in:
Nelson Jovel 2024-05-16 17:07:24 -07:00
parent 28ac95d81d
commit f6f0a45dd2
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ class Ell < ApplicationRecord
ell = ell.delete(",")
case ell
in /lep\s*student\s*1st\s*year|LEP\s*student\s*not\s*1st\s*year|EL\s*Student\s*First\s*Year|LEP\s*student|^EL|true|1/i
in /lep\s*student\s*1st\s*year|LEP\s*student\s*not\s*1st\s*year|EL\s*Student\s*First\s*Year|LEP\s*student|^EL\s+|true|1/i
"ELL"
in /0|2|3|Does\s*not\s*apply/i
"Not ELL"