We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ANY-STRING? value
Return TRUE if value is any type of string.
ANY-STRING? is a function value.
#SOURCE
any-string?: make function! [ [ "Return TRUE if value is any type of string." value [any-type!] ][find any-string! type? :value] ]