ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | getTokens (string $expression) |
Split expression by & (ignore escaped &-symbols with backslash) More... | |
static | getMathTokens (string $math_expression) |
Generate tokens for a math expression. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclTokenizer.php.
|
static |
Generate tokens for a math expression.
string | $math_expression | Expression of type math |
Definition at line 69 of file class.ilDclTokenizer.php.
References ilDclExpressionParser\getOperators().
Referenced by ilDclExpressionParser\parse().
|
static |
Split expression by & (ignore escaped &-symbols with backslash)
string | $expression | Global expression to parse |
Definition at line 25 of file class.ilDclTokenizer.php.
References $results.
Referenced by ilDclExpressionParser\parse().