Avazquezd75
New Member
- Joined
- Apr 27, 2012
- Messages
- 5
Hello there, semi-noob-code-developer here !
I have being searching for an option to extract specific numbers from a string, and so far I have been unable to find a suitable solution.
I have this string format:
(14.370) FY14 - 3Q US Marketing Progression
I need to extract the 14.370 ... to be more accurate .. I need to extract the number AFTER the . BETWEEN the ( ) ... just the 370.
This has been a challenge, because since the string may change .. it always starts with the (number.number):
(11.1) TL Attainment Bonus
(13.19) WW GDFS/EI Program
(14.591): Services On Top Bonus
I hope this could be achieved ... Best regards !!
Andrew
I have being searching for an option to extract specific numbers from a string, and so far I have been unable to find a suitable solution.
I have this string format:
(14.370) FY14 - 3Q US Marketing Progression
I need to extract the 14.370 ... to be more accurate .. I need to extract the number AFTER the . BETWEEN the ( ) ... just the 370.
This has been a challenge, because since the string may change .. it always starts with the (number.number):
(11.1) TL Attainment Bonus
(13.19) WW GDFS/EI Program
(14.591): Services On Top Bonus
I hope this could be achieved ... Best regards !!
Andrew