A
Amith Singh
Hello All,
I am using .Net Framework 1.1.
Using Regular Expressions I would like to split a word(inserting a blank
space) in a string if the word is more than N(say 50) characters. I can do
the same using string manipulations. I am just curious using regular
expressions it should be fast and less number of statements.
Thanks,
Amith
I am using .Net Framework 1.1.
Using Regular Expressions I would like to split a word(inserting a blank
space) in a string if the word is more than N(say 50) characters. I can do
the same using string manipulations. I am just curious using regular
expressions it should be fast and less number of statements.
Thanks,
Amith