[re.iter] Clean up exposition-only member names for regex iterators - #9344
Open
frederick-vs-ja wants to merge 1 commit into
Open
frederick-vs-ja wants to merge 1 commit into
frederick-vs-ja wants to merge 1 commit into
Conversation
frederick-vs-ja
force-pushed
the
expos-regex
branch
3 times, most recently
from
September 21, 2026 14:44
7d42644 to
f31a38f
Compare
This PR renames exposition-only members for `regex_iterator` and `regex_token_iterator`, and properly uses italic format for them. In [re.regiter] `regex_iterator`: - `begin` -> _`begin_`_ - `end` -> _`end_`_ - `pregex` -> _`pregex_`_ - `flags` -> _`flags_`_ - `match` -> _`match_`_ In [re.tokiter] `regex_token_iterator`: - `position_iterator` -> _`position-iterator`_ - `position` -> _`position_`_ - `result` -> _`result_`_ - `suffix` -> _`suffix_`_ - `N` -> _`n_`_ - `subs` -> _`subs_`_
frederick-vs-ja
force-pushed
the
expos-regex
branch
from
September 21, 2026 15:01
f31a38f to
82aef84
Compare
Member
|
Feels like an improvement to me. Please fix the overfull \hbox 2026-09-21T15:08:22.6761483Z ##[error]Overfull \hbox (8.142pt too wide) in paragraph at lines 12711--12718 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames exposition-only members for
regex_iteratorandregex_token_iterator, and properly uses italic format for them.In [re.regiter]
regex_iterator:begin->begin_end->end_pregex->pregex_flags->flags_match->match_In [re.tokiter]
regex_token_iterator:position_iterator->position-iteratorposition->position_result->result_suffix->suffix_N->n_subs->subs_