william drescher - 2018-10-15 11:59:32
It would be nice if one of the validation options would check to see if the data entered matched a string of characters with a defined separator, eg:
data: wow
match: string: alpha, "toy dog", wow
where the comma is a the given separator (which should be passed as a variable)
It would be nice if one of the validation options would check to see if the data was included in the match string, eg:
data: wow
match: alpha toy wowzer dog
(the spaces are used for clarity and would be ignored unless the data was a space) This would vlaidate because wow is included in wowzer.