As per comment: http://github.com/aiaio/mortimer/commit/e74ff4074f2166d93436d0e1c11242f4814b385a#L9R43 the RegEx should be something like: ``` /[_0-9\W].*[_0-9\W]/ # At least two non-word characters or numbers ```