↧
Regular Expressions Part 1/2
Regular Expressions, those oddities that live between two forward slashes, are very powerful and quite mysterious. Staring at something like /([abcdef0123456789]+)/i all day can give you a heaadache....
View ArticleRegular Expressions Part 2
In the previous post, simple regular expressions were explained. Today, regex becomes useful. If you didn’t read the previous post, you should at least skim it.For this post, all examples will be using...
View Article