Right regex expression to find out a string of characters

Hi there, I am looking for the right expression of regex to find the string of characters including upper and lower case letters and numbers with length of , say between 10 to 14, to be found anywhere on the file (any applicable type of files), even if it starts on one line and ends up on the next line. Also what it would be if I want to limit the letters and numbers by ignoring certain letters (upper or lower cases ) and digits. Any suggestion can be usefull.

Thanks to all you reply in advance :)

Parents Reply Children