1*cf9b3c36SYuval Avnery; 2*cf9b3c36SYuval Avnery; Features of a default RegEx driver. 3*cf9b3c36SYuval Avnery; 4*cf9b3c36SYuval Avnery; This file defines the features that are valid for inclusion in 5*cf9b3c36SYuval Avnery; the other driver files and also the order that they appear in 6*cf9b3c36SYuval Avnery; the features table in the documentation. The feature description 7*cf9b3c36SYuval Avnery; string should not exceed feature_str_len defined in conf.py. 8*cf9b3c36SYuval Avnery; 9*cf9b3c36SYuval Avnery[Features] 10*cf9b3c36SYuval AvneryCross buffer = 11*cf9b3c36SYuval AvneryPCRE start anchor = 12*cf9b3c36SYuval AvneryPCRE atomic grouping = 13*cf9b3c36SYuval AvneryPCRE back reference = 14*cf9b3c36SYuval AvneryPCRE back tracking ctrl = 15*cf9b3c36SYuval AvneryPCRE call outs = 16*cf9b3c36SYuval AvneryPCRE forward reference = 17*cf9b3c36SYuval AvneryPCRE greedy = 18*cf9b3c36SYuval AvneryPCRE match all = 19*cf9b3c36SYuval AvneryPCRE match as end = 20*cf9b3c36SYuval AvneryPCRE match point rst = 21*cf9b3c36SYuval AvneryPCRE New line conventions = 22*cf9b3c36SYuval AvneryPCRE new line SEQ = 23*cf9b3c36SYuval AvneryPCRE look around = 24*cf9b3c36SYuval AvneryPCRE possessive qualifiers = 25*cf9b3c36SYuval AvneryPCRE subroutine references = 26*cf9b3c36SYuval AvneryPCRE UTF 8 = 27*cf9b3c36SYuval AvneryPCRE UTF 16 = 28*cf9b3c36SYuval AvneryPCRE UTF 32 = 29*cf9b3c36SYuval AvneryPCRE word boundary = 30*cf9b3c36SYuval AvneryRun time compilation = 31*cf9b3c36SYuval AvneryArmv8 = 32*cf9b3c36SYuval Avneryx86 = 33