Translations:StrExpression/33/cs

Z Wiki
Verze z 26. 8. 2020, 09:43, kterou vytvořil FuzzyBot (diskuse | příspěvky) (Importuje se nová verze z vnějšího zdroje)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Aritmetický výraz, který může obsahovat:

  • Celá čísla
  • Řetězce (např. "abc")
  • Proměnné A, B, C, D, E, F, G a H
  • Operátory (+, -, *, /, %, <, >, <=, >= , ==, !=, !, <<, >>, ^, &, |, &&, ||)
  • Závorky ( )
  • Funkce:
length(string str)
pos(string str, string substr)
substr(string str, int offset)
substr(string str, int offset, int length)
trim(string str)
replace(string str, string from, string to)
replace(string str, string from, string to, bool replace_all)
lowercase(string str)
uppercase(string str)
if(bool condition, string then, string else)
strip_diacritics(string str)