huandu / xstrings

Implements string functions widely used in other languages but absent in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Word count and split string into words

huandu opened this issue · comments

Just like str_word_count in php.

New api: WordCount and WordSplit.