![]() |
STASIS
A pipeline delivery generator
|

Functions | |
| int | replace_text (char *original, const char *target, const char *replacement, unsigned flags) |
| int | file_replace_text (const char *filename, const char *target, const char *replacement, unsigned flags) |
| int file_replace_text | ( | const char * | filename, |
| const char * | target, | ||
| const char * | replacement, | ||
| unsigned | flags ) |
Replace target with replacement in filename
| filename | path to file |
| target | string value to replace |
| replacement | string |
| flags | REPLACE_TRUNCATE_AFTER_MATCH |

| int replace_text | ( | char * | original, |
| const char * | target, | ||
| const char * | replacement, | ||
| unsigned | flags ) |
Replace all occurrences of target with replacement in original
| original | string to modify |
| target | string value to replace |
| replacement | string value |
| flags | REPLACE_TRUNCATE_AFTER_MATCH |