Namespace de.aitools.js
de.aitools.js contains the aitools javascript implementations
Defined in: HelperFunctions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
de.aitools.js.Delimiter
Contains some Delimiter classes to be used in decomposition.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
de.aitools.js.decompose(text, delimiters)
Decomposes the given text with respect to the given delimiters.
|
Field Detail
<static>
de.aitools.js.Delimiter
Contains some Delimiter classes to be used in decomposition.
Author: Christof Braeutigam [email protected].
Author: Christof Braeutigam [email protected].
Method Detail
<static>
{array}
de.aitools.js.decompose(text, delimiters)
Decomposes the given text with respect to the given delimiters.
Author: Christof Braeutigam [email protected].
Author: Christof Braeutigam [email protected].
- Parameters:
- {string} text
- Text to decompose.
- {regex} delimiters
- The delimiters given as JS-regex.
- Returns:
- {array} The decomposed text as an array of strings.