ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strfind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
functions:strfind [2017/04/15 17:44] korshunfunctions:strfind [2020/12/24 13:12] (current) – [Examples] monsterovich
Line 5: Line 5:
 ===== Description ===== ===== Description =====
 Returns the position of the first occurence of what in s. If the string is not present, returns -1. Returns the position of the first occurence of what in s. If the string is not present, returns -1.
 +
 +<note tip>To search for the **last** occurence, use [[StrRFind]].</note>
  
 ===== Examples ===== ===== Examples =====
Line 20: Line 22:
 if (index != -1) if (index != -1)
     print(s:"Found the keyword at position ", d:index);     print(s:"Found the keyword at position ", d:index);
-else:+else
     print(s:"Keyword not found");     print(s:"Keyword not found");
 </code> </code>
functions/strfind.1492267472.txt.gz · Last modified: 2017/04/15 17:44 by korshun