imbStringIsTests Methods |
The imbStringIsTests type exposes the following members.
| Name | Description | |
|---|---|---|
| isAlfaNumericWord |
Vraca TRUE ako je slovna ili brojna vrednost - d [\w\d]+
| |
| isAllCapitalLetterCaseWord |
Test if input matches ([\p{Lu}]+)\b
| |
| isAllLowerLetterCaseWord |
Test if input matches \b([\p{Ll}]+)\b
| |
| isCleanWord |
Proverava da li je string cista rec ili ima jos nesto u sebi - ([A-ZČŠĆŽĐa-zžđščć]{1,})\b
| |
| IsDate | ||
| isDecimalNumber |
Test if input matches [\d]{1,}[\,\.]{1,}[\d]{1,}
| |
| isEnbracedSubSentence |
Test if input matches ([\(]([A-Za-z\s,;:\-])+[\)])
| |
| isEndsWithEnumerationPunctation |
Test if input matches ([\w\s]+)[\:]+$
| |
| isEndsWithExclamationPunctation |
Test if input matches ([\w\s]+)[\!]+$
| |
| isEndsWithQuestionPunctation |
Test if input matches ([\w\s]+)[\?]+$
| |
| isEnumerationSubSentence |
Test if input matches \b([\:]{1}([\s]*([A-ZČŠĆŽĐa-zžđščć]{1,3})+([\s]{0,2}([,\;\-]{1}|[\s]{0,1}[\w]{1}[\s]{1}))*){1,})
| |
| isFirstCapitalRestLowerCase |
Test if input matches ([\p{Lu}]{1}[\p{Ll}]+)
| |
| isFormatedNumber |
Test if input matches ([\d]{1,}[\\\/\:\.\-\|\s]{1,3}){0,5}[\d]{1,}
| |
| isInnerSentence |
Test if input matches (,{1}[\s]{1})([\w\d\s]*)(,{1}[\s]{1})
| |
| isIntegerOrDecimalWithSign |
proverava da li je u pitanju broj koji moze biti decimalan, moze pocinjati i negaitvnom vrednoscu, a moze biti i obican broj bez decimala
| |
| isIsPotentialCityAndPost |
Test if input matches (\b[\d]{5}[\s\n]{1,3}([A-ZČŠĆŽĐ]{1}[a-zžđščć]{1,}|[A-ZČŠĆŽĐ]{2,}))|(([A-ZČŠĆŽĐ]{1}[a-zžđščć]{1,}|[A-ZČŠĆŽĐ]{2,}){1}[\s\n]{1,3}[\d]{5}\b)
| |
| isLowerCase |
Test if input matches ^[a-zžđščć\s\d\.\-_,:;\(\)]{1,}$
| |
| isMultiline | ||
| isNoLowerCaseTokenStream |
Test if input matches ^[\P{Ll}]*$
| |
| isNumber |
Obican broj - nez decimale i bez negativnog znaka [\d]+
| |
| isNumberFormatted |
Test if input matches [\+]? [\p{P}]? [\d\s\p{P}]+ \d+
| |
| isOneLetterKeyedNumber |
Proverava da li je prodledjen string u formatu [jedno slovo][- ili nista][broj koji moze biti decimalan]
| |
| isOrdinalNumber |
Test if input matches [\d]{1,}[\.]{1}
| |
| isPercentageNumber |
Test if input matches (([\-\+]?[\s]?)?([\d\.\,]+[\s]?%))
| |
| isPotentialPersonalNamePair |
Test if input matches [A-ZČŠĆŽĐ]{1}[a-zžđščć]{2,}[\s]{1,4}[A-ZČŠĆŽĐ]{1}[a-zćšđčž]{2,}
| |
| isPotentialStreetAndNumber |
Test if input matches ([A-ZČŠĆŽĐ]{1}[a-zžđščć]{2,}[\s]{1,4}[A-ZČŠĆŽĐ]{1}[a-zćšđčž]{2,}\s+[\w\d\\-]{1,})
| |
| isProperHtmlDocument |
Determines whether the source is proper HTML document having DOCTYPE header or
| |
| isQuotedSubSentence |
Test if input matches ([\""]([A-Za-z\s,;:\-])+[\""])
| |
| isRegexMatch | ||
| isSentenceCase |
Test if input matches ^[A-ZČŠĆŽĐ]{1}[A-ZČŠĆŽĐa-zžđščć\s\d\.\-_,:;\(\)]{1,}$
| |
| isSentenceFragmentCase |
Test if input matches ^[a-zžđščć\d\.\-_,:;\(\)]{1}[A-ZČŠĆŽĐa-zžđščć\s\d\.\-_,:;\(\)]{1,}$
| |
| isStrictSentenceCase |
Test if input matches ^[]{1}[a-zžđščć\s\d\-_,\:;]{1,}$
| |
| isSymbolicContentOnly |
Test if input matches ^[\W\s]+$
| |
| isUpperCase |
Test if input matches ^[A-ZČŠĆŽĐ]{1}[A-ZČŠĆŽĐ\s\d\.\-_,:;\(\)]{1,}$
| |
| IsValidUrl | ||
| isWithLetterChars |
Test if input matches \p{L}
| |
| isWithNumericChars |
Test if input matches [\d]
| |
| isWithPunctChars |
Test if input matches \p{P}
| |
| isWord |
Test if input matches [A-ZČŠĆŽĐa-zžđščć]{1,}
| |
| isWordCaseCamel | ||
| isWordCaseLower | ||
| isWordCaseUpper | ||
| isWordNumber |
Da li token pocinje sa jednim ili vise slova a zatim sadrzi brojeve
| |
| Linkify | ||
| Parameters |