add comment

This commit is contained in:
Duc Canh Le 2022-11-02 09:50:41 +08:00
parent c6598dc66d
commit ec382d7903

View File

@ -56,6 +56,7 @@ String Range::toString() const
/// Example: for `Hello\_World% ...` string it returns `Hello_World`, and for `%test%` returns an empty string.
/// If perfect_prefix_match == true, only consider pattern in the format `prefix%_`
String extractFixedPrefixFromLikePattern(const String & like_pattern, bool perfect_prefix_match)
{
String fixed_prefix;