oh!! do I need (link|visited|hover|active) ? bo
On Tue, May 10, 2011 at 4:20 PM, Ronald J Kimball <[email protected]> wrote: > On Mon, May 09, 2011 at 10:29:55AM -0400, Robert Huttinger wrote: > > s/([-a-z ]+:([^link|visited|hover|active]))\s*(.*)/sprintf("%-32s",$1) . > "$3"/ie; > > FYI, [^link|visited|hover|active] does not do what I presume you think it > does. [] is a character class, which matches exactly one character. > > [^link|visited|hover|active] matches any one character that is not one of > the following: acdehiklnorstv| > > Ronald > > -- > 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> > -- 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>
