Add find_first string function

This commit is contained in:
yexiaochuan 2025-04-30 00:15:34 +08:00
parent 5bf660a9ce
commit 6c240dc0bb
3 changed files with 41 additions and 0 deletions

View file

@ -265,6 +265,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
{"find_entropy", ATTR_FOLDABLE},
{"find_in_zeekpath", ATTR_IDEMPOTENT}, // can error
{"find_last", ATTR_FOLDABLE},
{"find_first", ATTR_FOLDABLE},
{"find_str", ATTR_FOLDABLE},
{"floor", ATTR_FOLDABLE},
{"flush_all", ATTR_NO_SCRIPT_SIDE_EFFECTS},