hello motherAAAthisis ?::kBBBhello father
hello motherAAABBBhello father
--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "sup...@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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/1787296b-0bc5-4c63-bf92-df97240da040n%40googlegroups.com.
Use this “Find” string: (?s)(?<=\bAAA\b).*?(?=\bBBB\b)
pg 197 of manual for version 12.6.7
These options can also be set using the clustering (non-capturing) parentheses syntax defined earlier, by inserting the option letters between the “?” and “:”.
But if it is just to turn off capture then why does the match fail without the colon?