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
Access Multiselect Listbox code
MacBook Pro Superdrive Doesn't See CDs
Pasting values in VBA with a single double quote - Excel
Copying CUSTOM.DIC to new machine - can't add words and how to handle file ExcludeDictionaryEN0409.le
x
SQL server 2008 query with grouping
mySQL join query how do I write
Positioning Word Document opened in Powerpoint
Myopia cause - excessive reading
3 monitors on i5-650 on Gigabyte GA-H55M-UD2H
add MRU List o Contextmenustrip in vb.net