Navigation: Realtest Script Language > Syntax Element Details > Find Category String Functions Description Find a string within another string and return its offset Syntax Find(string, substring) Parameters string - a literal string enclosed in either double or single quotes ("string" or 'string') or a string function substring - a string (or function) containing the substring to find Return Value The offset to the substring if found, starting with 1 if found at the beginning of the string, or 0 if not found. Notes All string comparisons in RealTest are case-insensitive. Copyright © 2020-2025 Systematic Solutions, LLC