:tocdepth: 3

base/utils/numbers.bro
======================


:Source File: :download:`/scripts/base/utils/numbers.bro`

Summary
~~~~~~~
Functions
#########
============================================= ====================================================
:bro:id:`extract_count`: :bro:type:`function` Extract the first integer found in the given string.
============================================= ====================================================


Detailed Interface
~~~~~~~~~~~~~~~~~~
Functions
#########
.. bro:id:: extract_count

   :Type: :bro:type:`function` (s: :bro:type:`string`) : :bro:type:`count`

   Extract the first integer found in the given string.
   If no integer can be found, 0 is returned.


