#include <cerrno>
#include <iostream>
#include <fstream>
#include "string_manip.h"
#include "op_regex.h"
Go to the source code of this file.
Functions | |
void | setup_regex (regular_expression_replace ®ex, string const &filename) |
This file contains implementation for a lightweight wrapper around libc regex, providing regular expression match and replace facility.
Definition in file op_regex.cpp.
void setup_regex | ( | regular_expression_replace & | regex, | |
string const & | filename | |||
) |
Definition at line 255 of file op_regex.cpp.
References regular_expression_replace::add_definition(), regular_expression_replace::add_pattern(), regular_expression_replace::execute(), and trim().
Referenced by demangle_symbol(), and do_test().