addressLocation constant

Pattern const addressLocation

address Location regex

Implementation

static const Pattern addressLocation = r"^((([A-Z]|(\d+))([\w.'\-])*?( )?)+?)[^\s]$";