StringParser - Mtax-Development/GML-OOP GitHub Wiki
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.
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.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
ID |
{any:string} |
"" |
Yes |
Name |
Arguments |
New constructor |
string {any:string} |
Empty |
|
Constructor copy |
other {StringParser} |