Class
URITemplate::RFC6570::RegexBuilder
In:
lib/uri_template/rfc6570/regex_builder.rb
Parent:
Object
Methods
<<
capture
character_class
character_class_with_comma
escaped_pair_connector
escaped_prefix
escaped_separator
group
join
length
lookahead
negative_lookahead
new
push
reluctant
separated_list
Public Class methods
new
(expression_class)
Public Instance methods
<<
(arg)
capture
(&block)
character_class
(max_length=0, min = 0)
character_class_with_comma
(max_length=0, min = 0)
escaped_pair_connector
()
escaped_prefix
()
escaped_separator
()
group
(capture = false) {|| ...}
join
()
length
(*args)
lookahead
() {|| ...}
negative_lookahead
() {|| ...}
push
(*args)
reluctant
()
separated_list
(first = true, length = 0, min = 1) {|| ...}
[Validate]