atm the email regexp includes start and end so it doesn't work if we want to find the match (as with isEmail):
let match = "some long text vidar@example.com with ending".match(extras.regexp.email)
// match is 'null'
Should we have some smart thing to access both?