File: regex.rb

package info (click to toggle)
ruby-uc.micro-rb 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: ruby: 76; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module UCMicro
  module Categories
    module Cc
      REGEX = /[\0-\u001F\u007F-\u009F]/
    end
  end
end