Quote:
Originally Posted by DiapDealer
That's a regex lookbehind.
He's just escaping the the angle brackets with the backslash--though there's no real reason to since they aren't regex metacharacters to begin with.
How does your regex deal with more than one word between the h tags?
|
lol - I actually was trying to get the lookarounds to work and forgot to remove the escapes after I found the actual problem
Yes, I am trying to get Title Case rather than Sentence case. This would be the first step, followed by a pass to change ' Of ', ' And ', ' The ', etc. to 'of, and, the. I'm sure there are plenty of other exceptions that I haven't come across yet...