Regex Atomic Grouping

Does anyone know if the Xojo regex engine secretly supports atomic grouping? (?> )
The documentation doesn’t list it but I just brought over a pattern from BBEdit that very usefully uses it and it appears to work.

Dave

It certainly doesn’t return an error, so I believe it works.