sulaiman/php-string-convert
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sulaiman/php-string-convert
包简介
A simple PHP Package to simplified the String conversion by using Bahasa
README 文档
README
Sometimes, I just want to use my daily language when writing PHP. So I can write the code just like I talking to someone. I'm use talking to myself while coding. So, I create this package in order to make my self comfortable.. Haha! This small package is using PHP built-in functions by the way ;)
Wanna Contribute?
This package basically I develop for fun. But if you want to help me to improve this package, please make your PR. Together with the details of your codes
List of function you can use
- kasiBesar(string);
kasiBesar('hello') // HELLO
- kasiKecil(string);
kasiKecil('HELLO') // hello
- firstLetterJeBesar(string);
firstLetterJeBesar('hello world') // Hello World
- tukarKeSlug(string);
tukarKeSlug('hello world') // hello-world
- buangExtraSpace(string);
buangExtraSpace('hello world ') // hello world
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-11