The StringUtil script is a part of Fallout 4’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Baka Framework (Baka).
For this script, the Papyrus index knows about:
- 12 functions
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Baka
Returns the character at the passed index of the given string
- Found in:
- Baka
Returns true if the given character is punctuation, if more than a character is passed, only the first character is checked
- Found in:
- Baka
Returns true if the given character is "printable", if more than a character is passed, only the first character is checked
- Found in:
- Baka
Returns a string as an array of characters, a delimiter can optionally be passed to only split the string at certain characters
- Found in:
- Baka
Returns a array of strings as a single string, a delimiter can optionally be passed to be inserted between the strings
