sentences

sentences

sentences 介绍

sentences(str[, lang, country]) - 将字符串str分割成单词数组的数组。

Examples:

> SELECT sentences('Hi there! Good morning.');
 [["Hi","there"],["Good","morning"]]

Since: 2.0.0