Skip to content

Split string by separater #16

@snozawa

Description

@snozawa

I'd like to split a string by a separater.

3.irteusgl$ (split-function " " "1 2 3 4 5")
(list "1" "2" "3" "4" "5")

Is there any way to split string like this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions