Skip to content

slre_cap issue #18

@stef-pellegrino

Description

@stef-pellegrino

In a small C program under Windows, I did this regexp:
...
struct slre_cap caps[10];

const char *reg="(([a-z]+)/([a-z]+)@)?([a-z]+)(:(\d+))?";
const char *src = "server:4100";

slre_match(reg, src, strlen(src), caps, 10, 0);
...

Seems to work, but the caps structures are filled with incoherent data !?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions