menu
ft package
documentation
helpers/string.dart
isBundleIdentifier function
isBundleIdentifier function
dark_mode
light_mode
isBundleIdentifier
function
bool
isBundleIdentifier
(
String
input
)
Implementation
bool isBundleIdentifier(String input) { return _hasRegExpMatch(input, bundleRegexp); }
ft package
documentation
helpers/string
isBundleIdentifier function
string library