Other Resources:
Validating GUID or UUID
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally Unique IDentifier)?
Here is a list of good and bad GUID examples:
✍: FYIcenter.com
Here is a regular expression to parse file entries from output of the "dir" command on Windows systems: with multiple lines and ignore case modifiers "mi": Note that:
[0-9A-F]{8} - 8 hexadecimal digits
2013-02-01, 18929👍, 0💬
Popular Posts:
A free online regular expression test tool that allows to try you regular expression pattern and see...
How to capture the Soso Spider entries from Web log file? Here are some Web log file entries:127.0.0...
All credit card numbers issued by JCB have 3 sets of numbers: JCB cards start with 2131 have 15 digi...
All credit card numbers issued by MasterCard must start with 51 through 55 and have 16 digits. For e...
How to capture the Baidu spider entries from Web log file? Here are some Web log file entries:127.0....