I had a couple of files with extensions resembling a GUID, something like
Code: Select all
access.idl.29D3591E_F1C6_40AF_BCC6_7FC8BBE50B30
Code: Select all
\.[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]
Did the regexp grow too long or is there some other error in the regexp machine?
If the expression was too long, please indicate clearly, or limit the length of textbox control.
I replaced that last [0-9A-Z] with .$, which fitted my bill.