menu
nt_repository package
documentation
util/strings.dart
Strings
removeStringException static method
removeStringException static method
dark_mode
light_mode
removeStringException
static method
String
removeStringException
(
String
ptext
)
Implementation
static String removeStringException(String ptext) { return ptext.replaceAll("Exception: ", ""); }
nt_repository package
documentation
util/strings
Strings
removeStringException static method
Strings class