presentations/highlight-js/test/markup/coffeescript/regex.txt

9 lines
139 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
# Regexps
x = /\//
x = /\n/
x = /ab\/ ab/
x = f /6 * 2/ - 3
x = f /foo * 2/gm
x = if true then /\n/ else /[.,]+/
x = ///^key-#{key}-\d+///