Detect whether a string contains a URL. This package offers a lightweight and efficient solution for identifying URLs within text. It utilizes regular expressions for accurate detection, supporting various URL schemes like HTTP, HTTPS, and FTP. hasurl provides a simple function that returns a boolean value indicating the presence of a URL, making it ideal for data validation, text processing, and content moderation tasks. A helpful utility for any project requiring URL identification.