Ugrade methods to return iterators

This commit is contained in:
Vlasislav Kashin
2025-07-10 11:29:18 +03:00
parent 4f5571f7a7
commit 3f07806990
2 changed files with 36 additions and 34 deletions

View File

@@ -167,6 +167,9 @@ pub(super) struct PhoneNumberRegExpsAndMappings {
pub is_format_eligible_as_you_type_formatting_regex: Regex,
/// Added for function `formatting_rule_has_first_group_only`
/// A pattern that is used to determine if the national prefix formatting rule
/// has the first group only, i.e., does not start with the national prefix.
/// Note that the pattern explicitly allows for unbalanced parentheses.
pub formatting_rule_has_first_group_only_regex: Regex
}