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
Outlook-Mail signatures
User_Segments
How to select printer to print to via HP JetDirect J3254A Print Server
How to delete a line from .txt file using visual basic v6.0
how to add a default constructor in my schema
Asp.net Calender Control and JQuery
Everything to the left of "<"
Syncronize Physical Machine with Virtual Machine
Syntax Error
Need to pull active cirectory full name using my.net application and into SQL Database