xmerl_regexp

Functions


setup(RE0) -> term()

compile_proc(From, RE) -> term()

sh_to_awk(Sh) -> term()

parse(S) -> term()

format_error(X1) -> term()

match(S, RegExp) -> term()

first_match(S, RegExp) -> term()

matches(S, RegExp) -> term()

sub(String, RegExp, Rep) -> term()

gsub(String, RegExp, Rep) -> term()

split(String, RegExp) -> term()

sub_match(S, RegExp) -> term()

sub_first_match(S, RegExp) -> term()

make_nfa(REAs0) -> term()

make_dfa(REAs) -> term()

make_dfa(REAs0, Low) -> term()

compile(RegExp) -> term()

View Functions