Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionRemoveDuplicateStrings(stringTargetStr, stringSearchStr)Global

Description

Documentation Comment

remove all SearchStr instances from TragetStr except for the first instance
requires skse


Caveats


Parameters

stringTargetStr

stringSearchStr


Examples

Auto-Generated Example

string myString__TargetStr
string myString__SearchStr

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