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

7 lines
114 B
CoffeeScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
sentence = "#{ 22 / 7 } is a decent approximation of π"
2010-07-29 04:51:35 +00:00
sep = "[.\\/\\- ]"
dates = /\d+#{sep}\d+#{sep}\d+/g