Microsoft
Software
Hardware
Network
Question : Regular Expression or Patter Matching String or Parsing A Large String
I have a large text possibly read from a text file. Can any one help me to extract string with following pattern
Starting with word(mixed case) , followed by : and followed by any word or numbres
to make it specific
line starting with Word(Mixed case) followed by : and then followed by word(mixedcase) or number
eg
KS Status Info : ZP busy
OVR Number : 232323232323
Product File : <not allocated>
Answer : Regular Expression or Patter Matching String or Parsing A Large String
Check this:
1:
[A-Za-z ]+\s*(\:)\s*.*[A-Za-z0-9 ]+.*
Random Solutions
Moving SQL server database, sids, users, etc. from a physical machine to a guest on ESX (vmware)
CNAME config - I'm stupid
how to create an embedded table within an app that can occasionallly be updated
Unix Shell script to simplify scp via reverse ssh tunnel
Backing up configuration for catalyst 4948
QoS configuration
"AC" colum has mac address if it does not have a - hyphen place one. If it already has do nothing.
Mod calculations and "bad number "
Call javascript function when reguular expression validator on the textbox fails!
MessageBox.Show problem