Intro to Regular Expressions 4.15 http://spkr8.com/t/2157

Description:

Regular expressions for JavaScript developers.

Comments on this Talk

Stream.11557 Kris Jordan, 22 Feb 03:06 PM

In this impromptu session we used the HiFi Regex Tool (http://www.gethifi.com/tools/regex) to cover introductory regular expression concepts, some advanced concepts, and then how to make use of regular expressions in JavaScript. Some of the points we discussed:

  • Simple pattern matching
  • Character classes
  • Capturing groups
  • Using JavaScript's RegExp object for test() -> true/false, and match() -> matches array
  • Using regular expressions on the JavaScript string object's replace() method
Have an account? Sign in or register.

Leave a Comment

1 Rating: 4.15

Delivery: 4.20

Content: 4.10