| Return Type | Function name | Arguments |
|---|---|---|
| uint32_t | Ersatz | (hzChain&,const char*,const char*,bool,) |
Declared in file: hzTextproc.h
Defined in file : hzTextproc.cpp
Function Logic:
Function body:
uint32_t Ersatz (hzChain& Z)const char* from, const char* to, bool bCase,
{
_hzfunc("Ersatz2") ;
hzString a = from ; // Cast to hzString
hzString b = to ; // Cast to hzString
return Ersatz(Z, a, b, bCase) ;
}