Files
coffeescript/documentation/js/interpolation_expression.js
2010-07-29 00:51:35 -04:00

4 lines
140 B
JavaScript

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