imbStringExtensions Methods |
The imbStringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| a(String, templateFieldBasic) |
Short string concating
| |
| a(String, String) |
short string contacting - a from Add
| |
| escapeString | ||
| getProperString |
Choose first non null and not empty String from primaryCandidate and other candidates | |
| imbCodeNameOperation |
Transforms Display Title into small_letter_codename
| |
| imbGetAbbrevation |
Vraca skracenicu naziva koji ima vise reci - radi i sa jednom, onda prosledjuje imbGetWordAbbrevation
| |
| imbGetAbbrevationVariants |
2017: Pravi varijacije od skracenice
| |
| imbGetCodeMark | ||
| imbGetTimeSecond |
Vraća formatiran string sa vremenom u sekundama. bez sufiksa
| |
| imbGetTimeString |
V3.2: Vraca formatiran string sa vremenom u sekundama
| |
| imbGetVariableList |
Vraca string predstavu imbCollectiona
| |
| imbGetWordAbbrevation |
Vraca skracenicu reci
| |
| imbRemoveDouble |
2014 Maj: uklanja duple substringove - dupli razmak, newline, ..
| |
| imbStartWidth | ||
| imbTitleCamelOperation |
V3.1: Pretvara camel naming convention string
u normalan title. Ubacuje razmake i sredjuje prva slova.
| |
| imgFirstLetter |
V3.1: Prvo slovo pretvara u malo
| |
| Join | ||
| JoinInFormat |
Joins the in format: applies the specified format on each instance, separator is added between
| |
| o |
synonim of a() - uses .ToString() on input object
| |
| or |
Returns the first value if its not null or empty, otherwise iterates other parameters and pick the first valid
| |
| overwrite(String, Match, String) | ||
| overwrite(String, Int32, Int32, String) |
Od definisanog startIndex-a pa narednih length karaktera upisuje overwriteChar - koji ponavlja
| |
| removeFromString(String, IEnumerableChar) | ||
| removeFromString(String, IEnumerableString) |
Removes all strings from input, using dict
| |
| removeStartsWith | ||
| SplitOnce |
Splits the String by specified needle just ONCE. Needle is not included
| |
| StripHTML |
Uses square bracket regex to extract all content outside HTML tags
| |
| substring |
2017: smarter substring. Negative length will go substring from right end
| |
| toMemoryStream |
Konvertovanje Stringa u Stream
| |
| ToStringEnumSmart(Enum) |
String, comma separated, representation of flags in the en Enum (FlagsAttribute).
| |
| ToStringEnumSmart(IEnumerableEnum, String) | ||
| toStringFromStream | ||
| unescapeString |