Return the position of `regex` match in `data`, starting at `cur`. Args: data (str): the data to search in. regex (pattern): regex pattern to search for. cur (int): where to start the search. ignore_cur (bool, optional): should the first match be ignored if it's
(data, regex, cur, ignore_cur=False, count=0)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected