1.0.6 • Published 7 years ago

opencadc-util v1.0.6

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

OpenCADC Util package (1.0.2)

Provides some utility objects to perform some repetitive tasks.

StringUtil

format()

Similar to Java's String.format(), but simplified. Uses numerical indexing (starting at 1), and an array of values to replace them with, in order.

matches()

Run regex test() on a given regex for a given String.

contains()

If a given String is contained within another. Optional case check

endsWith()

If a String ends with another one.

hasLength() / hasText()

If a given String has any length at all, and contains something relevant.

1.0.6

7 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago