delight-strings

Utilities for working with strings.

Лицензия

Лицензия

GPL
Группа

Группа

org.javadelight
Идентификатор

Идентификатор

delight-strings
Последняя версия

Последняя версия

0.0.8
Дата

Дата

Тип

Тип

bundle
Описание

Описание

delight-strings
Utilities for working with strings.
Ссылка на сайт

Ссылка на сайт

https://github.com/javadelight/delight-strings
Система контроля версий

Система контроля версий

https://github.com/javadelight/delight-strings

Скачать delight-strings

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.8.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

Модули Проекта

Данный проект не имеет модулей.

Build Status

delight-strings

Utilities to work with Strings.

Part of the Java Delight Suite.

Usage

Generate a random string:

String rnd = new RandomString(5).nextString();
// rnd = "s4fWf" or similar

Remove special characters:

String san = SanitizeStrings.getSimpleName("hj&^aas", 5);
// san = "hj__a"

Get domain from URI:

String domain = UriUtils.getDomain("https://objecthub.io/docs");
// domain = "objecthub.io"

Get parent in URI:

String parent = UriUtils.getParent("https://objecthub.io/users/u1");
// parent = "https://objecthub.io/users"

Maven

<dependency>
    <groupId>org.javadelight</groupId>
    <artifactId>delight-strings</artifactId>
    <version>0.0.3</version>
</dependency>

This artifact is available on Maven Central and BinTray.

Maven Central

Further Documentation

Версии библиотеки

Версия
0.0.8
0.0.3