Table of Contents - regexp-examples-1.6.0 Documentation
Classes and Modules
- CoreExtensions
- CoreExtensions::Regexp
- CoreExtensions::Regexp::Examples
- RegexpExamples
- RegexpExamples::BackReferenceGroup
- RegexpExamples::BackReferenceReplacer
- RegexpExamples::BaseRepeater
- RegexpExamples::CharGroup
- RegexpExamples::CharSets
- RegexpExamples::ChargroupParser
- RegexpExamples::CharsetNegationHelper
- RegexpExamples::Config
- RegexpExamples::DotGroup
- RegexpExamples::GroupResult
- RegexpExamples::GroupWithIgnoreCase
- RegexpExamples::MaxResultsLimiter
- RegexpExamples::MaxResultsLimiterByProduct
- RegexpExamples::MaxResultsLimiterBySum
- RegexpExamples::MultiGroup
- RegexpExamples::OneTimeRepeater
- RegexpExamples::OrGroup
- RegexpExamples::ParseAfterBackslashGroupHelper
- RegexpExamples::ParseGroupHelper
- RegexpExamples::ParseMultiGroupHelper
- RegexpExamples::ParseRepeaterHelper
- RegexpExamples::Parser
- RegexpExamples::PlaceHolderGroup
- RegexpExamples::PlusRepeater
- RegexpExamples::QuestionMarkRepeater
- RegexpExamples::RandomResultBySample
- RegexpExamples::RangeRepeater
- RegexpExamples::SingleCharGroup
- RegexpExamples::StarRepeater
Methods
- ::config — RegexpExamples::Config
- ::generic_map_result — RegexpExamples
- ::join_preserving_capture_groups — RegexpExamples
- ::new — RegexpExamples::ChargroupParser
- ::new — RegexpExamples::GroupResult
- ::new — RegexpExamples::SingleCharGroup
- ::new — RegexpExamples::CharGroup
- ::new — RegexpExamples::DotGroup
- ::new — RegexpExamples::MultiGroup
- ::new — RegexpExamples::OrGroup
- ::new — RegexpExamples::BackReferenceGroup
- ::new — RegexpExamples::MaxResultsLimiter
- ::new — RegexpExamples::MaxResultsLimiterByProduct
- ::new — RegexpExamples::MaxResultsLimiterBySum
- ::new — RegexpExamples::Parser
- ::new — RegexpExamples::BaseRepeater
- ::new — RegexpExamples::OneTimeRepeater
- ::new — RegexpExamples::StarRepeater
- ::new — RegexpExamples::PlusRepeater
- ::new — RegexpExamples::QuestionMarkRepeater
- ::new — RegexpExamples::RangeRepeater
- ::permutations_of_strings — RegexpExamples
- ::update_config — RegexpExamples::Config
- ::with_configuration — RegexpExamples::Config
- #all_subgroups — RegexpExamples::GroupResult
- #cumulate_total — RegexpExamples::MaxResultsLimiter
- #end_of_regexp — RegexpExamples::Parser
- #examples — CoreExtensions::Regexp::Examples
- #examples_by_method — CoreExtensions::Regexp::Examples
- #find_backref_for — RegexpExamples::BackReferenceReplacer
- #limit_results — RegexpExamples::MaxResultsLimiter
- #limit_results — RegexpExamples::MaxResultsLimiterByProduct
- #limit_results — RegexpExamples::MaxResultsLimiterBySum
- #merge_if_orgroup — RegexpExamples::OrGroup
- #negate_if — RegexpExamples::CharsetNegationHelper
- #next_char — RegexpExamples::ChargroupParser
- #next_char — RegexpExamples::Parser
- #octal_char_for — RegexpExamples::BackReferenceReplacer
- #parse — RegexpExamples::ChargroupParser
- #parse — RegexpExamples::Parser
- #parse_after_ampersand — RegexpExamples::ChargroupParser
- #parse_after_backslash — RegexpExamples::ChargroupParser
- #parse_after_backslash_group — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_after_hyphen — RegexpExamples::ChargroupParser
- #parse_backreference_group — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_anchor — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_control_char — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_end_of_string — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_escape_sequence — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_linebreak — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_named_property — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_special_char — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_start_of_string — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_subexpresion_call — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_backslash_unicode_sequence — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_caret — RegexpExamples::ParseGroupHelper
- #parse_char_group — RegexpExamples::ParseGroupHelper
- #parse_checking_backlash — RegexpExamples::ChargroupParser
- #parse_control_character — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_dollar — RegexpExamples::ParseGroupHelper
- #parse_dot_group — RegexpExamples::ParseGroupHelper
- #parse_extended_whitespace — RegexpExamples::ParseGroupHelper
- #parse_first_chars — RegexpExamples::ChargroupParser
- #parse_group — RegexpExamples::Parser
- #parse_multi_group — RegexpExamples::ParseMultiGroupHelper
- #parse_named_backreference_group — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_one_time_repeater — RegexpExamples::Parser
- #parse_or_group — RegexpExamples::ParseGroupHelper
- #parse_plus_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_posix_group — RegexpExamples::ChargroupParser
- #parse_question_mark_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_range_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_regular_backreference_group — RegexpExamples::ParseAfterBackslashGroupHelper
- #parse_reluctant_or_possessive_range_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_reluctant_or_possessive_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_repeater — RegexpExamples::Parser
- #parse_single_char_group — RegexpExamples::ParseGroupHelper
- #parse_star_repeater — RegexpExamples::ParseRepeaterHelper
- #parse_sub_group_concat — RegexpExamples::ChargroupParser
- #parse_sub_group_intersect — RegexpExamples::ChargroupParser
- #parse_unicode_sequence — RegexpExamples::ParseAfterBackslashGroupHelper
- #raise_anchors_exception! — RegexpExamples::ParseAfterBackslashGroupHelper
- #random_example — CoreExtensions::Regexp::Examples
- #random_result — RegexpExamples::MultiGroup
- #random_result — RegexpExamples::OrGroup
- #random_result — RegexpExamples::BaseRepeater
- #random_result — RegexpExamples::RandomResultBySample
- #regexp_option_toggle — RegexpExamples::ParseMultiGroupHelper
- #regexp_options_toggle — RegexpExamples::ParseMultiGroupHelper
- #remember_old_regexp_options — RegexpExamples::ParseMultiGroupHelper
- #rest_of_string — RegexpExamples::ChargroupParser
- #rest_of_string — RegexpExamples::Parser
- #result — RegexpExamples::ChargroupParser
- #result — RegexpExamples::SingleCharGroup
- #result — RegexpExamples::PlaceHolderGroup
- #result — RegexpExamples::CharGroup
- #result — RegexpExamples::DotGroup
- #result — RegexpExamples::MultiGroup
- #result — RegexpExamples::OrGroup
- #result — RegexpExamples::BackReferenceGroup
- #result — RegexpExamples::BaseRepeater
- #result — RegexpExamples::GroupWithIgnoreCase
- #result_by_method — RegexpExamples::OrGroup
- #results_allowed_from — RegexpExamples::MaxResultsLimiter
- #skip_whitespace — RegexpExamples::ParseGroupHelper
- #substitute_backreferences — RegexpExamples::BackReferenceReplacer
- #substitute_backrefs_one_at_a_time — RegexpExamples::BackReferenceReplacer
- #swapcase — RegexpExamples::GroupResult