Skip to content

Instantly share code, notes, and snippets.

@Wockeez
Created May 4, 2022 11:23
Show Gist options
  • Save Wockeez/0ffd95ff21f93b4d0310801a84ad1a4a to your computer and use it in GitHub Desktop.
Save Wockeez/0ffd95ff21f93b4d0310801a84ad1a4a to your computer and use it in GitHub Desktop.
cadastre number pattern regexp (ru)
const cadastrePattern = new RegExp('\\d{1,2}:\\d{1,2}:\\d{6,7}:\\d{1,4}', 'gm');
console.log('89:08:1111111:1'.match(cadastrePattern))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment