18 #ifndef _DECAF_INTERNAL_UTIL_STRINGUTILS_H_ 19 #define STRINGUTILS_H_ 66 static int compare(
const char* left,
const char* right);
Definition: StringUtils.h:27
virtual ~StringUtils()
Definition: StringUtils.h:39
static int compareIgnoreCase(const char *left, const char *right)
Perform a comparison between two strings using natural ordering and ignoring case.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25
static int compare(const char *left, const char *right)
Perform a comparison between two strings using natural ordering case is not ignored here...