yunfanny
07-28-2006, 11:44 PM
Hi,
Let say I have a file containing strings like :
1. News Flash: Small Businesses Create Jobs (Similarity = 0.168575)
2. Small Busines Trends Radio: Top 10 Online Marketing Mistakes and How to Avoid Them (Similarity = 0.156381)
3. Podcast Advertising...Your Path to the Small Business Market? (Similarity = 0.109887)
......
I want to get all the decimal numbers from the string and output as:
0.168575
0.156381
0.109887
......
How can I do this? :confused:
Thank you :)
Let say I have a file containing strings like :
1. News Flash: Small Businesses Create Jobs (Similarity = 0.168575)
2. Small Busines Trends Radio: Top 10 Online Marketing Mistakes and How to Avoid Them (Similarity = 0.156381)
3. Podcast Advertising...Your Path to the Small Business Market? (Similarity = 0.109887)
......
I want to get all the decimal numbers from the string and output as:
0.168575
0.156381
0.109887
......
How can I do this? :confused:
Thank you :)