We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1078e commit 4b9db51Copy full SHA for 4b9db51
README.md
@@ -16,6 +16,8 @@ Example:
16
Out:
17
test.hanzi2pinyin(string='钓鱼岛是中国的')
18
['diao', 'yu', 'dao', 'shi', 'zhong', 'guo', 'de']
19
+
20
test.hanzi2pinyin_split(string='钓鱼岛是中国的', split="-")
21
22
diao-yu-dao-shi-zhong-guo-de
23
0 commit comments