M
Mike
Hello,
I would like to write a string-like class that will only allow certain
string values, (for example, specified with a regular expression). I'd
still like it to behave like a string, I just don't want to ensure the
validity of it's value. Since you can't inherit from string, what would be
the best way to approach this?
Mike
I would like to write a string-like class that will only allow certain
string values, (for example, specified with a regular expression). I'd
still like it to behave like a string, I just don't want to ensure the
validity of it's value. Since you can't inherit from string, what would be
the best way to approach this?
Mike