imbSciStringExtensions Methods |
The imbSciStringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| add(String, String, Char) | ||
| add(String, String, String) |
Adds the specified input at end of output and puts separator between if input is not null or empty. Null safe operation.
| |
| add(String, ListString, String, Boolean) | ||
| ensureEndsWith |
Ensures the ends with.
| |
| ensureStartsWith |
Osigurava da ce string poceti sa input stringom
| |
| isNullOrEmpty | ||
| isNullOrEmptyString |
Proverava da li je input null, ako je string onda ga proverava kao string ako je neki drugi objekat onda ga predvara u string pa proverava
| |
| LogException | ||
| removeEndsWith |
Ako se zavrsava sa sufixom onda uklanja sufix
| |
| removeStartsWith |
Removes prefix if found at beginning of input
| |
| SplitOnce |
Splits the String by specified needle just ONCE. Needle is not included
| |
| SplitSmart |
Splits the string or if no needle found in the string it returs target string
|