Thread
:
Please Help Newbie
View Single Post
Jul 5th, 2005, 1:28 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
Just search for a subpattern containing one or more alphabetics, such as ([a-zA-Z]+), then replace it with the subpattern plus a space. That presumes that your example always represents your data.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei