Hi,
I have an application in which I need to validate a word which might have multiple variation. For example, the word "trust". I need a regex validation to pull out variations like, trusty, tr-ust, tr ust, trustall. Could anyone suggest a regex pattern for this?
I have an application in which I need to validate a word which might have multiple variation. For example, the word "trust". I need a regex validation to pull out variations like, trusty, tr-ust, tr ust, trustall. Could anyone suggest a regex pattern for this?
Comment