summaryrefslogtreecommitdiff
path: root/synth/util.h
AgeCommit message (Collapse)Author
2011-01-10Added str_before and str_after functionsFlorian Jung
str_before ("foo:bar:baz",':',"doesntmatter") returns "foo" str_after ("foo:bar:baz",':',"doesntmatter") returns "bar:baz" str_after and str_before ("foobar",':',"default") returns "default" Also, extract_var and extract_val now use the newly created functions
2010-12-29Initial commitFlorian Jung