regexp sample:一个非常有限的`Regexp#sample`方法
正则表达式示例一个非常有限的Regexp#sample方法。安装$ gem install regexp_sample用法require "regexp_sample" using RegexpSample /[a-z0-9]{5}/ . sample #=> "nt3r6" /app[0-9]{5}/ . sample ( 2 ) #=> ["app94832", "app04535"]版权版权所有(C) 2014文森特奥利维尔。有关详细信息,请参阅许可证。
文件列表
regexp_sample-master.zip
(预估有个6文件)
regexp_sample-master
LICENSE
1KB
spec
regexp_sample_spec.rb
713B
README.md
364B
regexp_sample.gemspec
398B
lib
regexp_sample.rb
922B
Gemfile
63B
暂无评论