fun Arb.Companion.regex(regex: String): Arb<String!>
fun Arb.Companion.regex(regex: Regex): Arb<String!>