On 13 Nov 2020, at 17:07, Tim A wrote:

Curio. Both suggested Search patterns will also "see" themselves and match in the three lines of text below. Why?



1956,ML,Don Newcombe\newcodo01,BRO,4.5,27,7,0,3.06,268.0,139

\\.*?,

\\[^,]+

These patterns says

1. Match any characters from a backslash until (and including) the first comma. All three lines match this 2. Match any characters that are not a common from a backslash. All lines match this also.

= jem

--
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 here. 
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/82209665-97FE-4EB7-AEC1-C31891CE2E4B%40mostrom.pp.se.

Reply via email to