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::reverse - Rust
[go: Go Back, main page]

Module datafusion_functions::unicode::reverse

source ·

Structs§

Functions§

  • Reverses the order of the characters in the string. reverse(‘abcde’) = ‘edcba’ The implementation uses UTF-8 code points as characters