|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
#include <regex.h>
Public Attributes | |
| size_t | start |
| size_t | end |
A single captured substring span within a subject string.
Both offsets are byte positions, not character positions, unless REGEX_FLAG_UTF is set, in which case they are still byte positions but will align to UTF-8 character boundaries.
| size_t regex_span_t::end |
Byte offset one past the last character.
Definition at line 103 of file regex.h.
Referenced by regex_iter_next().
| size_t regex_span_t::start |