OpenVAS Libraries  9.0.1
Functions
strutils.c File Reference
#include <ctype.h>

Functions

int str_match (const char *string, const char *pattern, int icase)
 

Function Documentation

◆ str_match()

int str_match ( const char *  string,
const char *  pattern,
int  icase 
)
Todo:
These functions are not necessarily nasl-specific and thus subject to be moved (e.g. to misc).
Todo:
In parts replacable by g_pattern_match function (when not icase)