文件名称:stringprep:Stringprep [RFC 3454] - 纯 Ruby 实现
文件大小:60KB
文件格式:ZIP
更新时间:2024-07-03 07:14:12
Ruby
字符串准备 纯 Ruby 实现 用法 require 'stringprep' # code can be a 1 character string OR an Integer, # and it will return the same type that was passed Stringprep . in_a1 " \u1234 " # code in Table A.1 ? # => false # or Stringprep . in_a1 0x1234 # => false Stringprep . in_c11 " \u1234 " # code in Table C.1.1 ? # => false Stringprep . in_c21_c22 " \u1234 " # code in Table C.2.1 or C.2.2 ? # => false
【文件预览】:
stringprep-master
----lib()
--------stringprep.rb(4KB)
--------stringprep()
----Gemfile(39B)
----stringprep.gemspec(1KB)
----spec()
--------stringprep_spec.rb(3KB)
--------spec_helper.rb(842B)
----Rakefile(659B)
----.travis.yml(75B)
----README.md(2KB)
----data()
--------rfc3454.txt(135KB)
--------rfc3454.json(69KB)
----.rspec(48B)
----.gitignore(92B)
----gem-public_cert.pem(1KB)