Added tests for substring and regular expression functions.
[ACL.git] / src / String.h
index cb2ae1d..8c154be 100644 (file)
@@ -304,6 +304,7 @@ public:
  
    friend bool operator == (const String &s, const regex &r);
    friend bool operator == (const regex &r, const String &s);
+   // TODO: The != operator
 };
    /*
     *   Other operators to think about...