The Q660-2 Edit text says 2) The reported Street Address includes the values: “;”, “&”, or the word “and“, which may indicate that more than one address was reported.. In addtion to & and ;, the code flags \ here
|
val specialRegexAlpha = ".*[&;\\\\].*".r.regex |
Can either the FIG or code be updated so they match?
The Q660-2 Edit text says
2) The reported Street Address includes the values: “;”, “&”, or the word “and“, which may indicate that more than one address was reported.. In addtion to∧, the code flags\herehmda-platform/hmda/src/main/scala/hmda/validation/rules/lar/quality/_2024/Q660_2.scala
Line 13 in e5623c4