regex.txt 139 B

12345678
  1. # Regexps
  2. x = /\//
  3. x = /\n/
  4. x = /ab\/ ab/
  5. x = f /6 * 2/ - 3
  6. x = f /foo * 2/gm
  7. x = if true then /\n/ else /[.,]+/
  8. x = ///^key-#{key}-\d+///