Source File: | /scripts/base/utils/numbers.bro |
---|
extract_count: function | Extract an integer from a string. |
Type : | function (s: string, get_first: bool &default = T &optional) : count |
---|
Extract an integer from a string.
S : | The string to search for a number. |
---|---|
Get_first : | Provide F if you would like the last number found. |
Returns : | The request integer from the given string or 0 if no integer was found. |