BooleanUtilities

Utility-class revolving around Booleans.

Author

Griefed

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun convert(stringBoolean: String): Boolean

Converts various strings to booleans, by using regex, to allow for more variations in input.

Link copied to clipboard

Prompts the user to enter values which will then be converted to booleans, either TRUE or FALSE. This prevents any non-boolean values from being written to the new configuration file.