Skip to content

Substring and subList functions should support 0 as end index when start index is negative #22

@jaccomoc

Description

@jaccomoc

Should be able to write 'abcdef'.substring(-2,0) or [1,2,3,4].subList(-1,0) to get the end of a string or end of a list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions