Home > comp > gb.pcre > regexp > noautocapture 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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).