Question whether given string is multiline
string:is_multiline?(STRING $string) : BOOL
string:is_multiline?("foo")
#=> FALSE
string:is_multiline?("foo\nbar")
#=> TRUE
Copyright ©2013-2022 SunSed®. All rights reserved.
Question whether given string is multiline
string:is_multiline?(STRING $string) : BOOL
string:is_multiline?("foo")
#=> FALSE
string:is_multiline?("foo\nbar")
#=> TRUE
Copyright ©2013-2022 SunSed®. All rights reserved.