jashkenas--coffeescript/documentation/js/interpolation_expression.js

4 lines
144 B
JavaScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
var dates, sentence, sep;
sentence = ("" + (22 / 7) + " is a decent approximation of π");
sep = "[.\\/\\- ]";
2010-10-06 01:05:57 +00:00
dates = /\d+#{sep}\d+#{sep}\d+/g;