Méthode | Description | |
---|---|---|
Split ( string identifier ) : string[] |
Splits an identifier on non-alphabetic characters and easy camelcase transitions (lowercase to uppercase).
|
Méthode | Description | |
---|---|---|
SplitOnLowercaseToUppercase ( string word ) : string[] |
Splits a word where a lowercase letter is followed by an uppercase letter. The word is split at all locations where this occurs.
|
public Split ( string identifier ) : string[] | ||
identifier | string | The identifier to split |
Résultat | string[] |