خانه > comp > gb.pcre > regexp > noautocapture 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
Regexp.NoAutoCapture (gb.pcre)
CONST NoAutoCapture AS Integer = 4096

If this compilation option is specified, it disables the use of numbered capturing parentheses in the pattern.

Any opening parenthesis that is not followed by ? behaves as if it were followed by ?: but named parentheses can still be used for capturing (and they acquire numbers in the usual way).