Difference between revisions of "SKSE Wish List"
Jump to navigation
Jump to search
→StringUtils
imported>Notanon |
imported>Jaxonz |
||
Line 93: | Line 93: | ||
===StringUtils=== | ===StringUtils=== | ||
*'''StringReplace ''' - Replace characters/substrings in an existing string. | |||
StringReplace (String sOriginal, String sOldSubstr, String sNewSubstr, int Flags) | |||
Flags for case sensitivity, etc. | |||
Easy enough to do this in Papyrus, but could be more efficient in C++. | |||
===Misc=== | ===Misc=== |