JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

keyword/slice

core-api


    cfunction
    src/core/string.c on line 194, 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