79 inline METHOD length() const -> int; |
79 inline METHOD length() const -> int; |
80 METHOD mask_against (const String& pattern) const -> bool; |
80 METHOD mask_against (const String& pattern) const -> bool; |
81 METHOD md5() const -> String; |
81 METHOD md5() const -> String; |
82 METHOD mid (long a, long b = -1) const -> String; |
82 METHOD mid (long a, long b = -1) const -> String; |
83 inline METHOD modify_index (int& a) -> void; |
83 inline METHOD modify_index (int& a) -> void; |
|
84 METHOD normalize (int (*filter)(int) = &std::isspace) -> void; |
84 inline METHOD prepend (String a) -> void; |
85 inline METHOD prepend (String a) -> void; |
85 inline METHOD remove (int pos) -> void; |
86 inline METHOD remove (int pos) -> void; |
86 inline METHOD remove (int pos, int len) -> void; |
87 inline METHOD remove (int pos, int len) -> void; |
87 inline METHOD remove_from_end (int len) -> void; |
88 inline METHOD remove_from_end (int len) -> void; |
88 inline METHOD remove_from_start (int len) -> void; |
89 inline METHOD remove_from_start (int len) -> void; |