pub fn ends_with(This: This<Arc<String>>, suffix: Arc<String>) -> bool
Returns true if a string ends with another string.
"abc".endsWith("c") == true