I created an extension of the String object to be able to add some functions.
class Text extends String {
// ...
}
But I have a problem. Is it possible to define the value of the character string from methods added in the object ? (If it is impossible I do not understand why.)
If you have an answer (or an explanation for this possible blocking) to my question thank you in advance. (Sorry if i don't express myself well, i don't speak english)