Table of Contents - js_regex-3.7.0 Documentation
Classes and Modules
- JsRegex
- JsRegex::Conversion
- JsRegex::Converter
- JsRegex::Converter::AnchorConverter
- JsRegex::Converter::AssertionConverter
- JsRegex::Converter::BackreferenceConverter
- JsRegex::Converter::Base
- JsRegex::Converter::ConditionalConverter
- JsRegex::Converter::Context
- JsRegex::Converter::EscapeConverter
- JsRegex::Converter::FreespaceConverter
- JsRegex::Converter::GroupConverter
- JsRegex::Converter::LiteralConverter
- JsRegex::Converter::MetaConverter
- JsRegex::Converter::PropertyConverter
- JsRegex::Converter::SetConverter
- JsRegex::Converter::SubexpressionConverter
- JsRegex::Converter::TypeConverter
- JsRegex::Converter::UnsupportedTokenConverter
- JsRegex::Error
- JsRegex::Node
- JsRegex::SecondPass
Methods
- ::adapt_backref_to_permutation — JsRegex::SecondPass
- ::adapt_conditional_to_permutation — JsRegex::SecondPass
- ::adapt_referenced_group_to_permutation — JsRegex::SecondPass
- ::alternate_conditional_permutations — JsRegex::SecondPass
- ::build_permutation — JsRegex::SecondPass
- ::call — JsRegex::SecondPass
- ::captured_group_count — JsRegex::SecondPass
- ::condition_permutations — JsRegex::SecondPass
- ::conditional_tree_permutations — JsRegex::SecondPass
- ::conditions — JsRegex::SecondPass
- ::convert — JsRegex::Converter
- ::convert_astral_data — JsRegex::Converter::LiteralConverter
- ::convert_data — JsRegex::Converter::LiteralConverter
- ::convert_options — JsRegex::Conversion
- ::convert_source — JsRegex::Conversion
- ::crawl — JsRegex::SecondPass
- ::directly_compatible? — JsRegex::Converter::TypeConverter
- ::escape_incompatible_bmp_literals — JsRegex::Converter::LiteralConverter
- ::for — JsRegex::Converter
- ::guarantees_at_least_one_match? — JsRegex::SecondPass
- ::min_quantify — JsRegex::SecondPass
- ::new — JsRegex
- ::new — JsRegex::Converter::Context
- ::new — JsRegex::Node
- ::new! — JsRegex
- ::null_quantify — JsRegex::SecondPass
- ::of — JsRegex::Conversion
- ::surrogate_pair_limit= — JsRegex::Converter
- ::surrogate_substitution_for — JsRegex::Converter::LiteralConverter
- #<< — JsRegex::Node
- #all_children_directly_compatible? — JsRegex::Converter::SetConverter
- #apply_quantifier — JsRegex::Converter::Base
- #build_absence_group — JsRegex::Converter::GroupConverter
- #build_absence_group_if_simple — JsRegex::Converter::GroupConverter
- #build_group — JsRegex::Converter::GroupConverter
- #build_options_group — JsRegex::Converter::GroupConverter
- #build_passive_group — JsRegex::Converter::GroupConverter
- #build_unsupported_group — JsRegex::Converter::GroupConverter
- #capture_group — JsRegex::Converter::Context
- #case_insensitivize — JsRegex::Converter::LiteralConverter
- #casefolding_needed? — JsRegex::Converter::SetConverter
- #character_set — JsRegex::Converter::TypeConverter
- #child_directly_compatible? — JsRegex::Converter::SetConverter
- #convert — JsRegex::Converter::Base
- #convert_alternatives — JsRegex::Converter::MetaConverter
- #convert_call — JsRegex::Converter::BackreferenceConverter
- #convert_codepoint_list — JsRegex::Converter::EscapeConverter
- #convert_data — JsRegex::Converter::AnchorConverter
- #convert_data — JsRegex::Converter::AssertionConverter
- #convert_data — JsRegex::Converter::BackreferenceConverter
- #convert_data — JsRegex::Converter::ConditionalConverter
- #convert_data — JsRegex::Converter::EscapeConverter
- #convert_data — JsRegex::Converter::FreespaceConverter
- #convert_data — JsRegex::Converter::GroupConverter
- #convert_data — JsRegex::Converter::LiteralConverter
- #convert_data — JsRegex::Converter::MetaConverter
- #convert_data — JsRegex::Converter::PropertyConverter
- #convert_data — JsRegex::Converter::SetConverter
- #convert_data — JsRegex::Converter::SubexpressionConverter
- #convert_data — JsRegex::Converter::TypeConverter
- #convert_data — JsRegex::Converter::UnsupportedTokenConverter
- #convert_expression — JsRegex::Converter::Base
- #convert_ref — JsRegex::Converter::BackreferenceConverter
- #convert_subexpressions — JsRegex::Converter::Base
- #data — JsRegex::Converter::Base
- #directly_compatible? — JsRegex::Converter::SetConverter
- #drop — JsRegex::Converter::Base
- #drop_without_warning — JsRegex::Converter::Base
- #dropped? — JsRegex::Node
- #dropped_branch? — JsRegex::Converter::MetaConverter
- #emulate_atomic_group — JsRegex::Converter::GroupConverter
- #end_atomic_group — JsRegex::Converter::Context
- #handle_locally_case_insensitive_literal — JsRegex::Converter::LiteralConverter
- #hex_escape_codepoint — JsRegex::Converter::EscapeConverter
- #increment_local_capturing_group_count — JsRegex::Converter::Context
- #initialize_copy — JsRegex::Node
- #mark_conditional — JsRegex::Converter::ConditionalConverter
- #negative_set_substitution — JsRegex::Converter::TypeConverter
- #new_capturing_group_position — JsRegex::Converter::Context
- #original_capturing_group_count — JsRegex::Converter::Context
- #pass_boundary_with_warning — JsRegex::Converter::AnchorConverter
- #pass_through — JsRegex::Converter::Base
- #pass_through_with_escaping — JsRegex::Converter::SetConverter
- #set_substitution — JsRegex::Converter::TypeConverter
- #start_atomic_group — JsRegex::Converter::Context
- #subtype — JsRegex::Converter::Base
- #target_position — JsRegex::Converter::BackreferenceConverter
- #to_h — JsRegex
- #to_json — JsRegex
- #to_s — JsRegex
- #to_s — JsRegex::Node
- #total_added_capturing_groups — JsRegex::Converter::Context
- #transform — JsRegex::Node
- #unicode_escape_codepoint — JsRegex::Converter::EscapeConverter
- #unmatchable_absence_group? — JsRegex::Converter::GroupConverter
- #unmatchable_substitution — JsRegex::Converter::GroupConverter
- #update — JsRegex::Node
- #warn_of — JsRegex::Converter::Base
- #warn_of_unsupported_feature — JsRegex::Converter::Base
- #wrap — JsRegex::Converter::GroupConverter
- #wrap_in_backrefed_lookahead — JsRegex::Converter::Base