Initial Commit
This commit is contained in:
12
str_utils.h
Normal file
12
str_utils.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by server on 6/19/25.
|
||||
//
|
||||
|
||||
#ifndef STR_UTILS_H
|
||||
#define STR_UTILS_H
|
||||
|
||||
bool startWith(const char* str, char ch);
|
||||
bool contains(const char* str, char ch);
|
||||
bool endsWith(const char* str, char ch);
|
||||
|
||||
#endif //STR_UTILS_H
|
||||
Reference in New Issue
Block a user