Files
coffeescript/documentation/js/interpolation_expression.js
Jeremy Ashkenas 590c069158 CoffeeScript 0.5.6
2010-03-23 00:18:50 -04:00

7 lines
201 B
JavaScript

(function(){
var dates, sentence, sep;
sentence = "" + (22 / 7) + " is a decent approximation of π";
sep = "[.\\/\\- ]";
dates = (new RegExp("\\d+" + sep + "\\d+" + sep + "\\d+", "g"));
})();