Hi, I am currently working on a script that will compare two numbers from a file. I am thinking that I need to use a regular expression in order to get the numbers, however I don't know what the regex would be since there are multiple numbers through out the text file im parsing. The sentence that these numbers are in would look like this, "In our tests, downloads using control flows achieved up to 1114 Kbps while downloads using BitTorrent achieved up to 1792 Kbps." Can anyone suggest a regex that would pull those 2 numbers, but not any of the other numbers in the file?
Any and all help/ideas/comments are very appreciated. Also if you need me to provide some more information just let me know.
:D