Substring function in Slint? #9623
Answered
by
ogoffart
karmakarmeghdip
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Oct 6, 2025
Replies: 1 comment
-
|
Indeed, we don't support this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karmakarmeghdip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Indeed, we don't support this feature.
In general, the Slint language is not meant for application logic. This should be performed in the programming language. You can have a global singleton
Logicand do something likeinitial: Logic.first-char(track.title);