TextualRegexp 1.8.6
FEATURES/PROBLEMS: Incompatible with 1.9, as far as we know. Technically, it supports everything current RegExp does. == SYNOPSIS: Password = TextualRegexp.new do anchor :beginning group :capture do any :letter repeat(4..13) do any :char end any :digit end end
Gemfile:
=
インストール:
=
バージョン履歴:
- 1.8.6 September 06, 2007* (6.5KB)
Runtime依存関係 (1):
hoe
>= 1.3.0