Skip to content
/ split Public

A function that splits a string into words using any character that appears in the string as a delimiter.

Notifications You must be signed in to change notification settings

0xkoh/split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Split

A function that splits a string into words using any character that appears in the string as a delimiter. params: The first argument is the string, and the second argument is any delimiter character. return: A two-dimensional array containing the words (strings).

char **split(char *str, char *charset);

About

A function that splits a string into words using any character that appears in the string as a delimiter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages