Background for Skyrim SE
Member of the DbMiscFunctions script
int[]functionGetPositionsOfStringInStrings(strings, stringToFind, boolWholeWordsOnly=false)Global


Caveats


Parameters

strings

stringToFind

boolWholeWordsOnly=false


Examples

Auto-Generated Example

string myString__s
string myString__ToFind
bool myBool__WholeWordsOnly

int[] returnedValue = DbMiscFunctions.GetPositionsOfStringInStrings(myString__s, myString__ToFind, myBool__WholeWordsOnly)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.