Contains all of the business rule functions for processing of different language related text and characters.
- Copyright:
- Copyright © 2024-… by Seth Hollingsead. All rights reserved
- Source:
Requires
Methods
(inner) getChineseSimplifiedAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the ChineseSimplified Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getChineseTraditionalAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the ChineseTraditional Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getCzechAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Czech Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getEnglishAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the English Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getFrenchAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the French Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getGermanAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the German Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getHungarianAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Hungarian Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getItalianAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Italian Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getJapaneseAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Japanese Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getKoreanAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Korean Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getMiscellaneousAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Miscellaneous Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getPolishAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Polish Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getPortugueseAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Portuguese Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getRussianAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Russian Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) getSpanishAlphabet(inputData, inputMetaData) → {string}
A simple function to return either upper case, lower case, or mixed case letters and special characters of the Spanish Alphabet.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | Case sensitivity, UPPER CASE, or lowercase. if an empty string is provided or the language does not support upper or lower case, then combined case is used. |
inputMetaData |
string | Not used for this business rule. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string
(inner) languageToAlphabet(inputData, inputMetaData) → {string}
Takes the name of a language and returns the special character alphabet for that language. So an input of Spanish will return: áéíóú¿¡üñ
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | The name of the language that it's alphabet of special characters should be returned for. |
inputMetaData |
string | Case sensitivity, UPPER CASE, or lower case. |
Returns:
The string of special alphabetic characters for a given language.
- Type
- string