Свойство | Тип | Описание | |
---|---|---|---|
SingleCharacterWords | char[] |
Метод | Описание | |
---|---|---|
CharacterCategorizer ( ) : System |
Use this constructor to default to Unicode character semantics.
|
|
CharacterCategorizer ( string _wordFormingCharacters, string wordMedialPunct, string _diacriticCharacters ) : System |
This constructor allows overriding Unicode character semantics for use with hacked fonts.
|
|
DiacriticsFollowBaseCharacters ( ) : bool |
Diacritics always follow base characters in Unicode. In hacked fonts this may not be true.
|
|
IsDiacritic ( char cc ) : bool |
Determines whether the specified cc is diacritic.
|
|
IsLower ( char ch ) : bool |
Determines whether the specified ch is lower.
|
|
IsPunctuation ( char cc ) : bool |
Determines whether the specified cc is punctuation.
|
|
IsSingleCharacterWord ( char cc ) : bool |
Determines whether the specified character is a single character word.
|
|
IsTitle ( char ch ) : bool |
Determines whether the specified ch is title.
|
|
IsUpper ( char ch ) : bool |
Determines whether the specified ch is upper.
|
|
IsWordFormingCharacter ( char cc ) : bool |
Determines whether a character is a word forming character.
|
|
IsWordMedialPunctuation ( char cc ) : bool |
Determines whether [is word medial punctuation] [the specified cc].
|
|
ToLower ( string str ) : string |
Toes the lower.
|
|
ToUpper ( string str ) : string |
Toes the upper.
|
|
WordAndPuncts ( string text ) : List |
public CharacterCategorizer ( string _wordFormingCharacters, string wordMedialPunct, string _diacriticCharacters ) : System | ||
_wordFormingCharacters | string | The _word forming characters. |
wordMedialPunct | string | The word medial punct. |
_diacriticCharacters | string | The _diacritic characters. |
Результат | System |
public DiacriticsFollowBaseCharacters ( ) : bool | ||
Результат | bool |
public IsPunctuation ( char cc ) : bool | ||
cc | char | The cc. |
Результат | bool |
public IsSingleCharacterWord ( char cc ) : bool | ||
cc | char | The specified character. |
Результат | bool |
public IsWordFormingCharacter ( char cc ) : bool | ||
cc | char | The specified character. |
Результат | bool |
public IsWordMedialPunctuation ( char cc ) : bool | ||
cc | char | The cc. |
Результат | bool |
public ToLower ( string str ) : string | ||
str | string | The STR. |
Результат | string |
public ToUpper ( string str ) : string | ||
str | string | The STR. |
Результат | string |
public WordAndPuncts ( string text ) : List |
||
text | string | |
Результат | List |