Difference between revisions of "Substring - StringUtil"
Jump to navigation
Jump to search
m
→Notes
imported>JohnB (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' StringUtil Script Returns a portion of the string starting at given index, optionally ...") |
imported>JohnB m (→Notes) |
||
Line 37: | Line 37: | ||
== Notes == | == Notes == | ||
Invalid len value will work as if 0 was given. | Invalid len value will work as if 0 was given.<br/> | ||
This function is case-insensitive (like all SKSE string functions right now). | This function is case-insensitive (like all SKSE string functions right now). | ||