Hi! I'm a newbie to GREP. I have a GREP search that looks like this:
<p class=\"topic\"><a name=\"[\s\S]*?\"></a>[\s\S]*?</p> I want to replace the "p" tags with "div", leave the first variable string unchanged, and replace the second variable string with a Title Case version of itself. The second string has a variable number of words and spaces, and may or may not contain line breaks and digits. Changing the tags is no problem, of course. It's the variable strings that have me stumped. Any help is appreciated. Thanks in advance! -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
