Search case sensitive and word boundary
This commit is contained in:
@@ -97,6 +97,7 @@ enum {
|
||||
SeekFlag_None = 0,
|
||||
SeekFlag_IgnoreCase = 1,
|
||||
SeekFlag_MatchFindLast = 2,
|
||||
SeekFlag_WordBoundary = 4,
|
||||
};
|
||||
API bool Seek(String string, String find, int64_t *index_out = NULL, SeekFlag flags = SeekFlag_None);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user