目录
目录README.md

InAnyCase

Micro-library that converts between different identifier casing styles. e.g., “camelCasedString” → “camel_cased_string”.

Supported join styles:

  • camelStyle (JoinStyle.camel)
  • snake_style (.snake)
  • kebab-style (.kebab)
  • space style (.space)

Supported case styles:

  • Preserve—don’t modify case (CaseStyle.preserve)
  • CAPSSTYLE (.caps)
  • UpperStyle (.upper)
  • lowerUpperStyle (.lowerUpper)
  • lowerstyle (.lower)

You can implement extra join styles by conforming to WordJoinStyle: implement a split function and specify a join separator.

You can implement extra case styles using WordCaseSimpleTransformer and/or WordCaseTransformer. WordCaseTransformers transform one word at a time given the current index. WordCaseSimpleTransformer is an implementation of WordCaseTransformer that applies another WordCaseTransformer for the first word, and then yet another for all subsequent words. WordCase implements the basic CAPS, Upper and lower transformations, or you can create your own.

See tests in Tests/InAnyCaseTests/InAnyCaseTests.swift for usage examples.

Licensing

Available under the MIT License. See LICENSE.txt.

This library uses sharplet/Regex, which is also provided by its author under the MIT License.

关于
39.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号