Bart takes us through the penultimate hat JavaScript wears and that’s Regular Expressions. Luckily since we haven’t talked about REs in ages, he reminds us of the syntax for Regular Expressions literals in JavaScript first and then he takes us through three common uses for Regular Expressions. We joked around during this episode at how […]
Continue readingMore TagTag: regular expressions
2017 Year in Review Part 2 – What Am I Still Using?
Last week I went through the first half of the year, talking about all of the hardware and software I reviewed in 2017 to see what I’m still using and what has fallen by the wayside. If you haven’t read the first half, you can find it here. Let’s continue our journey and take a […]
Continue readingMore TagExpressions, Patterns & Regex101 Make Writing Regular Expressions Easy and Fun
In my post about using regular expressions to find matches in a text file, I promised to tell you about the two applications I used to help me write my regex. By the way, Regex is what the cool kids call Regular Expressions. Let’s state the problem to be solved first. If you have a […]
Continue readingMore TagCCATP #446 – Programming by Stealth – 18 of x JavaScript Miscellany
In this episode of Programming By Stealth, Bart Busschots takes us through the final stages of learning JavaScript within the playground. Now that we know about objects, we need to re-visit the arguments object present in every JavaScript function. We need to take a detailed look at the typeof operator, and we need to look […]
Continue readingMore Tag