Using stringit gives you the luxury of processing it, like other primitive data types, for example int float, etc.
int a = 3;It can be done without <vreda> a = 5ora += 3
Same goes for
string myString = "Hello";
myString = "Hello World";
myString+= " World";
source
share