将返回的文本解析为定义的格式?

时间:2015-05-07 06:19:01

标签: javascript meteor

我有一些文字,我会以类似Title B-17G Flying Fortress Country United States of America Rank 4 Rating 6 Max altitude 11156 m Max speed 510.12 km/h on altitude 7680 m Turn time 36 s Take on distance 600 m Climb time 1680 s to altitude 7620 m Climb rate 4.5 m/s Time for free repair 108 h 16 m Max repair cost 6140 s.l. Cost 210000 s.l.的格式从方法返回。

所以基本上,从上面我需要提取“B17G飞行堡垒”,“美国”,“4”,“6”,“11156米”,“海拔7620米的510.12公里/小时”等等。

我一直在尝试提出一个正确的正则表达式,但还没有。想法?

2 个答案:

答案 0 :(得分:1)

此决定是否解决了您的问题?

&#34;标题B-17G飞行堡垒国家美国&#34; .replace(/ ^(\ s * [^ \ s] +)/,&#34; $ 1:&#34;); < / p>

祝你好运

答案 1 :(得分:1)

如果它是一个长字符串,并且标签保持不变,则可以使用<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rg" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.example.radiogroup.MainActivity" > <RadioButton android:id="@+id/rb_true" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center_vertical" /> <RadioButton android:id="@+id/rb_false" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center_vertical" /> </RadioGroup> 等正则表达式