Pierry / Humanizer-for-Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Humanizer-for-Android

v1.0

Usage

First char to uppercase:

Before => this is an Example

After => This is an example

String result = Humanizer.FirstChar(stringValue);

Names:

Before => this is an example

After => This Is An Example

String result = Humanizer.Name(stringValue);

AllUpperCase:

Before => THIS IS AN EXAMPLE

After => This Is An Example

String result = Humanizer.Name(stringValue);

Gradle

Into your build.gradle:

repositories {
  maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.Pierry:Humanizer-for-Android:v1.0'
}

About

License:Apache License 2.0


Languages

Language:Java 100.0%