Skip to content

v1.0.0

Compare
Choose a tag to compare
@ueaner ueaner released this 14 Nov 08:56
· 12 commits to master since this release

Soli helpers 提供了常用的 PHP「辅助」函数。

  1. camelize/uncamelize 字符串 驼峰格式 和 下划线格式的相互转换
  2. lower/upper 字符串的大小写转换
  3. starts_with/ends_with 判断某个字符串的开头或者结尾是否为给定内容
  4. contains 判断字符串是否包含指定的值
  5. is_json 判断字符串是否为 JSON 格式