tom-lord/regexp-examples

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.ruby-version
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
regexp-examples.gemspec
lib/core_extensions/regexp/examples.rb25
lib/regexp-examples.rb13
lib/regexp-examples/backreferences.rb36
lib/regexp-examples/char_sets.rb49
lib/regexp-examples/chargroup_parser.rb124
lib/regexp-examples/config.rb38
lib/regexp-examples/groups.rb134
lib/regexp-examples/helpers.rb24
lib/regexp-examples/max_results_limiter.rb43
lib/regexp-examples/parser.rb83
lib/regexp-examples/parser_helpers/charset_negation_helper.rb7
lib/regexp-examples/parser_helpers/parse_after_backslash_group_helper.rb125
A
3 hrs
lib/regexp-examples/parser_helpers/parse_group_helper.rb49
lib/regexp-examples/parser_helpers/parse_multi_group_helper.rb87
B
4 hrs
lib/regexp-examples/parser_helpers/parse_repeater_helper.rb42
lib/regexp-examples/repeaters.rb72
lib/regexp-examples/unicode_char_ranges.rb39
lib/regexp-examples/version.rb3
scripts/unicode_lister.rb43
A
45 mins