Click or drag to resize

imbStringSelect Fields

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The imbStringSelect type exposes the following members.

Fields
  NameDescription
Public fieldStatic member_select_inlineTypedProperty
Regex select inlineTypedProperty : (.*):(.*)=(.*);
Public fieldStatic member_select_isAcronimByLength
Regex select AcronimByLength : [\s\b]{1}([A-Z]{3,4})[\s\b]{1}
Public fieldStatic member_select_isAcronimIrregular
Regex select AcronimIrregular : [\s]{1}([ZXCVBNMKLJHGFDSQWRTYP]{2,})[\s]{1}
Public fieldStatic member_select_isEmailAddress
Regex select EmailAddress : [a-zA-Z\d_\.]+@[a-zA-Z_\.]*?\.[a-zA-Z\.]{2,6}
Public fieldStatic member_select_isIsTokenStream
Regex select IsTokenStream : [\s\,\;\-]+
Public fieldStatic member_select_isLettersWithDotsFromStart
Regex select LettersWithDotsFromStart : \A([\w\.]*)
Public fieldStatic member_select_isPhoneNumber
Regex select phoneNumber : [\+0^]{1,2}[\s]{0,2}([\d\(\)]{2,5}[\s\(\)\-\.\/\\]{1,2}){3,5}
Public fieldStatic member_select_isPostOfficeNumber
Regex select PostOfficeNumber : (([\d]{5})|([\d]{2}[\s]{1}[\d]{3})[\b]{1})[\W]{1}
Public fieldStatic member_select_isRegexName
Regex select RegexName : ([\w]{1}\.{1}\s{1}){2,}
Public fieldStatic member_select_isStandards
Regex select Standards : [A-Z]{1,5}[\s\-\:]*[\d]{2,5}[\d\:]*
Public fieldStatic member_select_isYearNumber
Regex select YearNumber : ([\d]{4}[\.])
Public fieldStatic member_select_regexName
Regex select regexName : ([\w]{1}\.{1}\s{1}){2,}
Public fieldStatic member_select_rootDomainNameWithoutRelPath
Regex select rootDomainNameWithoutRelPath : (?:http://)?(?:www\.)?([\w\d\.-]+)
Public fieldStatic member_select_tokenSplitter
Regex select tokenSplitter : (([\W\s\+\.\,]+){1,}$) -- the same contentToken class uses
Public fieldStatic member_select_wordsFromDomainname
2017 Regex select wordsFromDomainname : ([\w]{1}\.{1}\s{1}){2,}
Top
See Also