slint/internal/compiler/generator
Tasuku Suzuki 68b9dfc247 String: Add .is-empty and .character-count properties
Introduce two new properties for string in .slint:
- .is-empty: Checks if a string is empty.
- .character-count: Retrieves the number of grapheme clusters
  https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries

These additions enhance functionality and improve convenience when working with string properties.
2025-01-14 19:29:05 +01:00
..
cpp.rs String: Add .is-empty and .character-count properties 2025-01-14 19:29:05 +01:00
rust.rs String: Add .is-empty and .character-count properties 2025-01-14 19:29:05 +01:00