如何仅从MIT App Inventor中的文本中获取数字

时间:2018-07-24 15:39:29

标签: android app-inventor

例如我只想从此字符串中提取“ Ganeshkhind,Pune,马哈拉施特拉邦411007”,即411007

1 个答案:

答案 0 :(得分:0)

您可以结合使用SplitAtSpaces块和IsNumber布尔值来获取数字。

Example