假设我有一个字符串:
a="23questions"; b="2questions3";
现在我需要从两个字符串中解析 23。如何从字符串值中提取该数字或任何数字?
dart flutter
dart ×1
flutter ×1