JanetDocsPlaygroundI'm feeling luckyGitHub sign in

keyword/slice



    cfunction
    src/core/string.c on line 195, column 1

    (keyword/slice bytes &opt start end)

    Same as string/slice, but returns a keyword.


1 exampleSign in to add an example
Loading...
(keyword/slice "some crazy keyword" 11 -1)
# returns :keyword 
pepePlayground