Skip to content

Add to splitWith documentation #560

@Boarders

Description

@Boarders

The function Data.ByteString.Char8.splitWith lists the following example:

splitWith (=='a') "aabbaca" == ["","","bb","c",""]

I do not understand what the meaning of the ""."" output is whatsoever. I would be happy to improve these docs if someone can explain what is the intended meaning behind this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions