Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support CH functions for String #133

Open
5 of 39 tasks
Tracked by #130
luluai-cn opened this issue Jun 15, 2021 · 1 comment
Open
5 of 39 tasks
Tracked by #130

support CH functions for String #133

luluai-cn opened this issue Jun 15, 2021 · 1 comment

Comments

@luluai-cn
Copy link
Contributor

luluai-cn commented Jun 15, 2021

  • empty
  • notEmpty
  • length
  • lengthUTF8
  • char_length, CHAR_LENGTH
  • character_length, CHARACTER_LENGTH
  • lower, lcase
  • upper, ucase
  • lowerUTF8
  • upperUTF8
  • isValidUTF8
  • toValidUTF8
  • CopytoValidUTF8(input_string)
  • repeat
  • reverse
  • reverseUTF8
  • format(pattern, s0, s1, …)
  • concat
  • concatAssumeInjective
  • substringUTF8(s, offset, length)
  • appendTrailingCharIfAbsent(s, c)
  • convertCharset(s, from, to)
  • base64Encode(s)
  • base64Decode(s)
  • tryBase64Decode(s)
  • endsWith(s, suffix)
  • startsWith(str, prefix)
  • trim
  • trimLeft
  • trimRight
  • trimBoth
  • CRC32(s)
  • CRC32IEEE(s)
  • CRC64(s)
  • normalizeQuery
  • normalizedQueryHash
  • encodeXMLComponent
  • decodeXMLComponent
  • extractTextFromHTM
@jinmingjian
Copy link
Contributor

@luluai-cn thanks for collection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants