menu
angel3_route package
documentation
string_util.dart
stripStraySlashes function
stripStraySlashes function
dark_mode
light_mode
stripStraySlashes
function
String
stripStraySlashes
(
String
str
)
Implementation
String stripStraySlashes(String str) => stripStray(str, '/');
angel3_route package
documentation
string_util
stripStraySlashes function
angel3_route.string_util library