+ // returns true if all characters of the given string are NOT present in m_excludes
+ bool IsNotInCharExcludes(const wxString& val) const;
+
+ // returns true if the contents of 'val' are valid for the current validation style
+ bool IsValid(const wxString& val, wxString* errormsg) const;