Module: languageParsing

Contains all of the business rule functions for processing of different language related text and characters.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(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.

Author:
  • Seth Hollingsead
Source:
Returns:

The string of special alphabetic characters for a given language.

Type
string