Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

substring

String.substring

(from i32, to i32)
 => 
String
create substring of this string consisting of bytes from (inclusive) .. to (exclusive).
Precondition
pre
  debug: 0 ≤ from ≤ to ≤ String.this.byte_length
0.095dev (GIT hash 24f243f66c4524d1213ce09701f02534d7405377)
last changed: 2026-04-02