Click here to Skip to main content
15,883,809 members

Comments by Eugene Sadovoi (Top 12 by date)

Eugene Sadovoi 21-Apr-12 13:53pm View    
You are welcome. I am glad I was able to help.
Eugene Sadovoi 20-Apr-12 16:44pm View    
Are you trying to acheive duplex communication where server and a client send data at the same time?
What exactly does not work in your code?
Your question is a bit ambigous, it is hard to understand what are you looking for.
Eugene Sadovoi 20-Apr-12 16:17pm View    
You could post 2 - 3 samples of the source string and what you wanted it to look like and we could help you with the patern.
Eugene Sadovoi 20-Apr-12 16:08pm View    
Regex allows you to search for patterns. Something like this: a text between either characters {,[ and ],} with text being just numbers.
What I am trying to say Regex is a powerful search and replace engine with its own small language.
Eugene Sadovoi 18-Apr-12 16:49pm View    
ConfigManager allows to combine configuration from different sources. It could be different files or different modules. See solution 4 for correct solution.