Skip to content

StringIterator skip characters #8205

@60-hz

Description

@60-hz

StringIterator skips consecutive duplicate characters.

Expected Behavior:
A character iterator should process every character in the string, including consecutive duplicates (e.g., for the string "caables", both 'a' characters at indices 1 and 2 should be processed).

Current Behavior:
The iterator skips consecutive duplicate characters. For example, in the string "caables", the second 'a' (index 2) is ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions