jashkenas--coffeescript/documentation/coffee/interpolation_expression.co...

7 lines
114 B
CoffeeScript

sentence = "#{ 22 / 7 } is a decent approximation of π"
sep = "[.\\/\\- ]"
dates = /\d+#{sep}\d+#{sep}\d+/g