Свойство | Type | Description | |
---|---|---|---|
SingleCharacterWords | char[] |
Méthode | Description | |
---|---|---|
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. |
Résultat | System |
public DiacriticsFollowBaseCharacters ( ) : bool | ||
Résultat | bool |
public IsPunctuation ( char cc ) : bool | ||
cc | char | The cc. |
Résultat | bool |
public IsSingleCharacterWord ( char cc ) : bool | ||
cc | char | The specified character. |
Résultat | bool |
public IsWordFormingCharacter ( char cc ) : bool | ||
cc | char | The specified character. |
Résultat | bool |
public IsWordMedialPunctuation ( char cc ) : bool | ||
cc | char | The cc. |
Résultat | bool |
public WordAndPuncts ( string text ) : List |
||
text | string | |
Résultat | List |