mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Updated changelog and other documents
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user