string_is_all_ascii


Description:


[ Version ( since = "3.44" ) ]
public bool string_is_all_ascii (string? str)

Parameters:

str

a string to check, or null

Returns:

true, when the str is null, an empty string or when it contains only ASCII letters.


Namespace: Camel
Package: camel-1.2