cleanDomain property

RegExp cleanDomain
getter/setter pair

Regex to validate URL

Implementation

RegExp cleanDomain = RegExp(r"^https?:\/\/");