News

hello', 'world'] Example (Split string using custom key): Word("hello,world").split(1, ",") output: ['hello', 'world'] capitalizes all instances of a the target letter of a string returns a capital ...