pcre
8.45
About: The PCRE library implements Perl compatible regular expression pattern matching. Hint: This is the final PCRE release (now called PCRE1), new projects are advised to use the PCRE2 libraries.
![]() ![]() |
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <locale.h>
#include "pcre_internal.h"
#include "pcre_maketables.c"
Go to the source code of this file.
Macros | |
#define | DFTABLES /* pcre_maketables.c notices this */ |
Functions | |
int | main (int argc, char **argv) |
#define DFTABLES /* pcre_maketables.c notices this */ |
Perl-Compatible Regular Expressions *
Definition at line 57 of file dftables.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 61 of file dftables.c.
References cbit_length, ctype_digit, ctype_letter, ctype_meta, ctype_space, ctype_word, ctype_xdigit, pcre_maketables(), and tables().