Class Index | File Index

Classes


Namespace de.aitools.js

de.aitools.js contains the aitools javascript implementations
Defined in: HelperFunctions.js.

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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 30 2012 16:21:04 GMT+0200 (CEST)