I hereby claim:
- I am proto133 on github.
- I am wetesy (https://keybase.io/wetesy) on keybase.
- I have a public key ASD9xz-fAd9X0JdJ-3bE3pAuHHGpw5i2W-6NIiqTKLES1Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Github's markdown doesn't allow for much in the way of font coloring, if you would like to read a version that clarifies topics discussed with color, check out the PDF version or you can simply download it directly
Regular Expressions (REGEX) are one of the most powerful tools available to web developers for parsing text. They can be used to extract, search and replace data from a large number of sources - including files such as CSV, HTML or JSON. This gist will use one ornate example to show you how they work so, hopefully, become a bit more familiar with REGEX and how they work.
As previously mentioned, Regular expressions are a powerful and are used in many different areas of development. This gist will explore how the REGEX pattern used to parse Illinois driver's license numbers is constructed, but will also provide infor