module UCMicro
  module Categories
    module Cc
      REGEX = /[\0-\u001F\u007F-\u009F]/
    end
  end
end