diff options
Diffstat (limited to 'strutil.h')
| -rw-r--r-- | strutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ bool HasSuffix(StringPiece str, StringPiece suffix); bool HasWord(StringPiece str, StringPiece w); +StringPiece TrimPrefix(StringPiece str, StringPiece suffix); + StringPiece TrimSuffix(StringPiece str, StringPiece suffix); class Pattern { |
