RubyGems Navigation menu

cnuregexp 1.0.0

cnuregexp allows tags to be placed inside a regex which function as labels for the matches. The matches within the MatchData object can then be accessed like a hash with the tag name as the key. cnuregexp also provides a greedy match which will return an array of all matches rather than just the first match. cnuregexp can also extract various data from an xml tag with the Regexp.xml_tag method. It uses Regexps to get the tag name, the attributes and their values, the tag content, and any other relevant data from an xml string. Lastly, cnuregexp allows commonly used regular expressions to be stored in a config file(lib/cnuregexp_config.yml) and accessed with Regexp.regular_expression_name notation eg. Regexp.ssn, Regexp.email_address. cnuregexp comes preloaded with a few common regular expressions which are located in lib/cnuregexp_config.yml.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.0 - May 22, 2007* (10.0 KB)

Runtime 依赖 (1):

hoe >= 1.2.0

业主:

作者:

  • CashnetUSA, Brendan Baldwin

SHA 256 校验和:

b6416ecc4576b9ac01bcb78421050ae6b2e0ff0df50fccce6c1d7754bfde8cb8

下载总量 5,116

这个版本 5,115

许可:

需要的 Ruby 版本: > 0.0.0

链接: