Allows you to check if the http/https string is a link.
Last updated 1 year ago
Was this helpful?
.IsURL( str ) ->
print( string.IsURL( "https://pika-soft.ru/" ) ) -- true print( string.IsURL( "hello world" ) ) -- false