Hello all,
I have a problem, I am getting a generated list of computers type, OS's, and computer names. The problem is that I am unable to parse the information via tabs or white space because of how the list is generated. I want to use a regular expression to get the 3 pieces of data that are being separated from white space. Here is some of the data:
I have many servers to do this too so I am not sure if I can get the same number of white spaces to do a split with. I am wondering if I could do a regular expression like [A-Za-z0-9] and grab the 3 pieces of information that are being returned within every line. Can this be done and if so, then how. I am under the gun on this one, so Thanks for the help.
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!
I have a problem, I am getting a generated list of computers type, OS's, and computer names. The problem is that I am unable to parse the information via tabs or white space because of how the list is generated. I want to use a regular expression to get the 3 pieces of data that are being separated from white space. Here is some of the data:
Code:
PC Windows2003 mv12
PC Windows2003 mnf02
Solaris Solaris9 meta1
Solaris Solaris9 mta2
PC Windows2003 vdc1
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!