Updated changelog and other documents

This commit is contained in:
NovaRain
2023-08-21 14:23:59 +08:00
parent 16dacee0e0
commit e923fa801b
6 changed files with 379 additions and 235 deletions
+1 -1
View File
@@ -1119,7 +1119,7 @@ sfall_funcX metarule functions
----
#### string_find
`int sfall_func2("string_find", string haystack, string needle)`
`int sfall_func2("string_find", string haystack, string needle)`\
`int sfall_func3("string_find", string haystack, string needle, int pos)`
- Returns the position of the first occurrence of a `needle` string in a `haystack` string, or -1 if not found. The first character position is 0 (zero)