Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::functions::unicode::expr_fn - Rust
[go: Go Back, main page]

Module datafusion::functions::unicode::expr_fn

source ·

Functions§

  • the number of characters in the string
  • the number of characters in the string
  • Returns a value in the range of 1 to N if the string str is in the string list strlist consisting of N substrings
  • finds the position from where the substring matches the string
  • returns the first n characters in the string
  • the number of characters in the string
  • fill up a string to the length by prepending the characters
  • finds the position from where the substring matches the string
  • reverses the string
  • returns the last n characters in the string
  • fill up a string to the length by appending the characters
  • finds the position from where the substring matches the string
  • substring from the position to the end
  • Returns the substring from str before count occurrences of the delimiter
  • substring from the position with length characters
  • replaces the characters in from with the counterpart in to