Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionStringReplace(stringTargetStr, stringSearchStr, stringReplaceStr, intCount=0, intStartIndex=0)Global

[DEV SERVER] Loading description...


Caveats


Parameters

stringTargetStr

stringSearchStr

stringReplaceStr

intCount=0

intStartIndex=0


Examples

Auto-Generated Example

string myString__TargetStr
string myString__SearchStr
string myString__ReplaceStr
int myInt__Count
int myInt__StartIndex

string returnedValue = DbMiscFunctions.StringReplace(myString__TargetStr, myString__SearchStr, myString__ReplaceStr, myInt__Count, myInt__StartIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.