I have an array of strings, and for each string, I would like to match it with a regex.
I wondered if there was some kind of module or something, that could tell me, if the string doesn't match, the reason why it didn't match, and at what point ( was it just one character not matching, or was the string totally different, or ... ).