logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

strzap - remove pattern from beginning of string, if it is there

Author

       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib                                        C Programmer's Manual                                 STRZAP(3pub)

Description

strzap  compares the beginning of str with all of pat, and if they are the same, it removes the beginning
       from str.

Name

       strzap - remove pattern from beginning of string, if it is there

Return Value

strzap returns non-zero if it removed anything, 0 if not.

See Also

publib(3), strendzap(3)

Synopsis

       #include <publib.h>
       int strzap(char *str, const char *pat);

See Also