Joan Colmenero
val regEx = ".*[a-z]+.*" val firstname = "john" every { firstname.matches(regEx.toRegex()) } returns true