strpattern_match_invoke_uri()
Get the URI of an invoke associated with a pattern match.
Synopsis:
#include </strpattern.h>
const char* strpattern_match_invoke_uri(const strpattern_match *match, int index, int *err)
Arguments:
- match
-
The match containing the invoke whose URI is returned.
- index
-
The index of the invoke associated with the match.
- err
-
STRPATTERN_EOK if there is no error.
Library:
libstrpatternDescription:
This function gets the URI of an invoke associated with a pattern match and returns a NULL-terminated string with the URI. An invoke means that it was found by a recognizer and a match was created for it. A recognizer is an email address, phone number, PIN, SMS, or URL.
Returns:
A NULL-terminated string with the URI. NULL if no URI is set for the invoke or on error. Ownership is retained by the callee.