Lines Matching refs:allow
83 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
306 allow upper case letter as the first character
340 allow look-behind in negative look-behind.
430 allow \G in look-behind.
1102 2004/04/22: [spec] allow the range from single byte char to multibyte char in
1133 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1258 2004/01/19: [spec] allow /a{,n}/ as /a{0,n}/. (but don't allow /a{,}/)
1537 2003/06/30: [spec] allow different length top-level alternatives
1706 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1742 2003/02/25: [spec] allow to assign same name to different group.
1924 2002/04/04: [spec] should allow fixed length alternative and repeat pattern
1938 2002/03/25: [spec] if encoding is utf-8, allow combination of singlebyte and
1945 2002/03/20: [spec] allow incompleted left brace as an usual char.
1954 2002/03/19: [spec] allow nested repeat operator, if operator is {n,m} type.
1983 2002/03/08: [spec] allow use of "\A"(begin-buf) in look-behind.