Skip to content

Instantly share code, notes, and snippets.

View bandblad's full-sized avatar

Vladislav bandblad

  • Russian Federation
View GitHub Profile
@ianmackinnon
ianmackinnon / match.c
Created August 8, 2012 12:01
C Regex multiple matches and groups example
# gcc -Wall -o match match.c && ./match
#
#include <stdio.h>
#include <string.h>
#include <regex.h>