Go to the source code of this file.
|
int | str_match (const char *, const char *, int) |
|
◆ 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)