pub trait StringSubstring { // Required method fn substring(&self, start: Option<f64>, end: Option<f64>) -> String; }
String.prototype.substring ( start , end ] ) https://tc39.es/ecma262/#sec-string.prototype.substring
String.prototype.substring ( start , end ] )