mud/fluffos-2.23-ds03/packages/pcre_spec.c
2020-09-06 05:43:07 -07:00

10 lines
344 B
C

#include "spec.h"
string pcre_version(void);
mixed pcre_match(string | string *, string, void | int);
mixed *pcre_assoc(string, string *, mixed *, mixed | void);
string *pcre_extract(string, string);
string pcre_replace(string, string, string *);
string pcre_replace_callback(string, string, string | function, ...);
mapping pcre_cache(void);