Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionRemovePrefixFromString(strings, stringPrefix)Global

Description

Documentation Comment

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


Caveats


Parameters

strings

stringPrefix


Examples

Auto-Generated Example

string myString__s
string myString__Prefix

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