Add LICENSE
一个简单的文本处理工具库,提供基本的字符串操作功能。
pip install .
from text_utils import reverse_string, capitalize_words
print(reverse_string(“hello”)) # 输出: olleh print(capitalize_words(“hello world”)) # 输出: Hello World
本项目采用 MIT 许可证 开源。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Text Utils
一个简单的文本处理工具库,提供基本的字符串操作功能。
功能
安装
pip install .
使用示例
from text_utils import reverse_string, capitalize_words
print(reverse_string(“hello”)) # 输出: olleh print(capitalize_words(“hello world”)) # 输出: Hello World
许可证
本项目采用 MIT 许可证 开源。