Skip to content

Instantly share code, notes, and snippets.

@Virenbar
Last active October 7, 2021 05:14
Show Gist options
  • Save Virenbar/e34d1923f1081771d0e498a961c4c531 to your computer and use it in GitHub Desktop.
Save Virenbar/e34d1923f1081771d0e498a961c4c531 to your computer and use it in GitHub Desktop.
ФИАС - Разделение адреса из справочника 1С

ФИАС 2:ГАР
Regex101

ESTSTAT - статус дома
STRSTAT - статус строения
[ESTSTAT]{[Номер]}{~{[Корпус]}{~[STRSTAT]~[Номер]}}

^(?<s1>\d)(?<n>[^~]*)(~(?<a1>\d*)?(~(?<s2>\d)~(?<a2>.+))?)?$
^(?<s1>\d)(?<n>[\dа-яА-Я]*)(~(?<a1>\d*)?(~(?<s2>\d)~(?<a2>.+))?)?$

Примеры:

142у~72~3~Г7
0~~1~1
542У~~1~2
142~1
142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment