SandishKumarHN commented on issue #5362:
URL: 
https://github.com/apache/incubator-pinot/issues/5362#issuecomment-749888846


   @KKcorps was thinking to add the below string functions
   
   1) string1 + string2 = Concatenates (joins) string1 and string2
   2) string * x = Returns the characters from the range provided at x:y.
   3) string[x:y] = Returns the characters from the range provided at x:y.
   4) x in string = Returns True if x exists in the string. Can be multiple 
characters.
   5) x not in string = Returns True if x does not exist in the string. Can be 
multiple characters.
   
   is that what we are looking for?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to