Lines Matching +full:- +full:- +full:without +full:- +full:perl
2 * Perl-Compatible Regular Expressions *
6 and semantics are as close as possible to those of the Perl 5 language.
9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016-2020 University of Cambridge
12 -----------------------------------------------------------------------------
13 Redistribution and use in source and binary forms, with or without
25 this software without specific prior written permission.
38 -----------------------------------------------------------------------------
85 gcontext->memctl.malloc(TABLES_LENGTH, gcontext->memctl.memory_data) :
99 /* Next the case-flipping table */
104 exclusive ones - in some locales things may be different.
108 From PCRE1 release 8.34 and for all PCRE2 releases it is also correct for Perl
109 space, because Perl added VT at release 5.18.
111 Note also that it is possible for a character to be alnum or alpha without
134 white space chars, because Perl didn't recognize it as such for \s and for
135 comments within regexes. However, Perl changed at release 5.18, so PCRE1
157 gcontext->memctl.free((void *)tables, gcontext->memctl.memory_data);