Helper function that could be used at axl_list_lookup if the list created only contains strings.
Use this function as a parameter for the lookup function at axl_list_lookup.
- Parameters:
-
| element | The element at the list, in this case, an string value. |
| data | The data provided at axl_list_lookup, in this case, the value we are looking. |
- Returns:
- true if the string was found, false if not.