I am trying to write the pattern matcher for the below string
show int sh 1/1/06
SHDSL 1/1/6
Description 3599979
Constellation (bits/baud) 30
I need to get the value of 'show int sh' and 'SHDSL' and 'Description' and so on...
It should shrink the white spaces and get the value of respective strings.
Can any one guide me to write the regex pattern for the same.?