Function check_string_success

Source
pub fn check_string_success(decoded_text: &str, original_text: &str) -> bool
Expand description

Returns a boolean of True if the string is successfully changed So empty strings fail, but non-empty strings succeed and only if the string is different from the original text.