Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionRemoveSuffixFromString(strings, stringSuffix)Global

Description

Documentation Comment

Remove suffix from string s, if it exists and return new string, or return s if not present
Requires skse


Caveats


Parameters

strings

stringSuffix


Examples

Auto-Generated Example

string myString__s
string myString__Suffix

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