Quest
|
dbf3949af6
|
Namespace string builtins into "str::".
|
2019-04-12 23:45:29 +02:00 |
|
Quest
|
d72334c246
|
Rename builtin upcase,downcase -> to_uppercase, to_lowercase.
|
2019-04-12 23:45:29 +02:00 |
|
Quest
|
7c6b6d4319
|
Rename matches,replace -> regex_{matches,replace}.
Also simplify their error handling.
|
2019-04-12 23:45:29 +02:00 |
|
Quest
|
be54931f76
|
Builtin string functions - downcase, len, match(regex), replace(regex), trim, upcase. New dependency regex.
|
2019-04-12 23:35:33 +02:00 |
|
Sebastian Schmidt
|
0acbcd8958
|
Format code
|
2019-03-28 08:44:04 +01:00 |
|
Sebastian Schmidt
|
fd879193b6
|
Rename Error to EvalexprError and add EvalexprResult
Relates to #27
|
2019-03-27 16:33:46 +01:00 |
|
Sebastian Schmidt
|
92da684c69
|
Implement min and max builtin functions
Implement #8, partially implement #1
|
2019-03-19 20:08:23 +02:00 |
|