I think the [^>] is matching the newline/return at the end of the line. The 
"Pattern Playground" on the search menu lets you see what BBEdit is matching. 
This seems to do what you want.

[^>\r\n]$

Something to do with $ being a zero length look-ahead assertion maybe...

[fletcher]


> On Dec 31, 2019, at 12:11 PM, Jimmbo <jimleff...@gmail.com> wrote:
> 
> Can anyone suggest a Grep pattern for finding lines that don't end with a 
> closing HTML symbol (>)? 
> 
> This doesn't work for some mysterious reason: [^>]$
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or need technical support, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: <https://twitter.com/bbedit 
> <https://twitter.com/bbedit>>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> <mailto:bbedit+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/eb878dec-4eeb-4ce9-bfa9-d8d195293eb4%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/bbedit/eb878dec-4eeb-4ce9-bfa9-d8d195293eb4%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/FC984F9C-2077-40F1-8ACE-9DB572F8771D%40cumuli.com.

Reply via email to