You're replying to a comment by Jim Clark.
You're replying to a comment by Jim Clark.
I am being sponsored by Syntress since 2007! They bought me an amazing dedicated server to run catonmat on. If you're looking web services in Chicago area, I highly recommend the Syntress guys!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)


I want to replace the new line with a space where the first character of the next line is lower case. However, I need to maintain that first character. All the substitutions I explore will remove that first character. So I want to do a match, but repalce what is in front of the matching pattern, not the pattern itself. Is this possible?
Reply To This Comment