Background for Skyrim SE
Member of the SkyRegEx script
stringfunctionReplaceWith(stringsInput, stringsFilename, intiPatternLine, intiReplaceLine, intiModLineA, intiModLineB)NativeGlobal


Parameters

  1. stringsInput

  2. stringsFilename

  3. intiPatternLine

  4. intiReplaceLine

  5. intiModLineA

  6. intiModLineB


Examples

Auto-Generated Example

string myString__sInput
string myString__sFilename
int myInt__iPatternLine
int myInt__iReplaceLine
int myInt__iModLineA
int myInt__iModLineB

string returnedValue = SkyRegEx.ReplaceWith(myString__sInput, myString__sFilename, myInt__iPatternLine, myInt__iReplaceLine, myInt__iModLineA, myInt__iModLineB)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.