Sha256: e6740db4065124455eb404786c5df480bd20cb8ce4dfcfca1bde92910613a6d6

Contents?: true

Size: 574 Bytes

Versions: 4

Compression:

Stored size: 574 Bytes

Contents

#ifndef YARP_REGEXP_H
#define YARP_REGEXP_H

#include "yarp/defines.h"
#include "yarp/parser.h"
#include "yarp/enc/yp_encoding.h"
#include "yarp/util/yp_memchr.h"
#include "yarp/util/yp_string_list.h"
#include "yarp/util/yp_string.h"

#include <stdbool.h>
#include <stddef.h>
#include <string.h>

// Parse a regular expression and extract the names of all of the named capture
// groups.
YP_EXPORTED_FUNCTION bool yp_regexp_named_capture_group_names(const char *source, size_t size, yp_string_list_t *named_captures, bool encoding_changed, yp_encoding_t *encoding);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yarp-0.9.0 include/yarp/regexp.h
yarp-0.8.0 include/yarp/regexp.h
yarp-0.7.0 include/yarp/regexp.h
yarp-0.6.0 include/yarp/regexp.h