Zmiany pomiędzy wersją 73 and wersją 74 dla DeployerGuide/Others/WorkingWithFlexy
- Data i czas:
- 03/18/19 15:55:49 (6 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/WorkingWithFlexy
v73 v74 192 192 Przykład użycia: 193 193 194 {str_replace(#-#, ##,documents.dscrpt):h}194 {str_replace(#-#,##,documents.dscrpt):h} 195 195 196 196 Powyższe wywołanie usunie wszystkie wystąpienia znaku "-" z tekstu znajdującego się pod zmienną "documents.dscrpt" … … 208 208 4. substr 209 209 {{{ 210 {substr(documents.dscrpt, 2,0):h}210 {substr(documents.dscrpt,2,0):h} 211 211 212 212 Powyższe wywołanie zwróci tekst ze zmiennej "documents.dscrpt" począwszy od drugiego znaku. … … 215 215 5. strpos / stripos 216 216 {{{ 217 Opis dokumentu {if:strpos(documents.dscrpt, 217 Opis dokumentu {if:strpos(documents.dscrpt,#123#)}ZAWIERA{else:}NIE ZAWIERA{end:} ciąg: "123" 218 218 }}} 219 219