Skip to contents

Find first text occurrence within a string.

Usage

text_find_index(text, find)

Arguments

text

A string.

find

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int TextFindIndex(const char *text, const char *find);