Hi folks, I am trying to read through the Grep help file but there is just too much information to absorb at one time. What I'm trying to do is fairly simple and I have part of the solution, but not the rest.
I am trying to replace in a form field the results for the input areas. So for example say I want to replace name="VariableCharacters" with hashes to make it #VariableCharacters# removing name= and quotes in multiple fields like: <input type="text" name="City" id="City" /> I think so far what I do is do a search on : name=".* " and replace it with # something # But I cannot figure out how do the closing hash and not erase the variables.... BTW, I just updated to 10 and BBEdit used to have snippets for selecting text and adding saved characters to both ends of the selected text, but I cannot find it on the menu anymore. Any help greatly appreciated. -- 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>
