StringParser - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a handler for parsing strings.

While this constructor is not intended to be constructed for every string in a project, it provides additional functionalities when advanced string manipulation is necessary.

Like with other constructors, toString() method will return a string representation of this constructor and not solely the string that is being parsed, otherwise accessible through the property of this constructor.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
ID
{any:string}
""
Yes

Construction types

Name
Arguments
New constructor
string {any:string}
Empty
Constructor copy
other {StringParser}
⚠️ **GitHub.com Fallback** ⚠️