public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage> |
endsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
length(Func<T,String> str) |
<T extends Stage> |
matches(Func<T,String> str,
Func<T,String> regex) |
<T extends Stage> |
startsWith(Func<T,String> str,
Func<T,String> a) |
<T extends Stage> |
substr(Func<T,String> str,
Func<T,Integer> begin,
Func<T,Integer> end) |
Copyright © 2017. All rights reserved.