Archived Forum Post

Index of archived forum posts

Question:

Enhancement: CkString with isNumeric(), isAlpha() etc.

Dec 03 '16 at 08:55

Is there a plan to enhance the CkString class with check methods to validate if a string is pure numerical or alpha ?

Alternative: one create a derived class with required methods once; are there any technical limitations to use derived classes from your library ?