--- libaitio/inc/aitio.h 2010/09/28 07:38:19 1.5.2.2 +++ libaitio/inc/aitio.h 2011/02/10 19:34:52 1.5.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.5.2.2 2010/09/28 07:38:19 misho Exp $ +* $Id: aitio.h,v 1.5.2.3 2011/02/10 19:34:52 misho Exp $ * *************************************************************************/ #ifndef __AITIO_H @@ -95,6 +95,14 @@ int ioRegexGet(const char *csRegex, const char *csData * return: NULL not match or error; !=NULL allocated new string, must be free after use! */ char *ioRegexReplace(const char *csRegex, const char *csData, const char *csNew); + +/* + * ioVarAst() Function for evaluate string like asterisk variable "{text[:[-]#[:#]]}" + * @csString = Input string + * @strLen = String length + * return: NULL error, !=NULL Allocated new string evaluated from input string, must be free() +*/ +char *ioVarAst(const char *csString, int strLen); /* * io_Path2File() Parse and make path/filename pair