Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/Check-Hashtag/blob/main/LICENSE

Installation

pip install Check-Hashtag

Usage

import check_hashtag

print(check_hashtag.is_hashtag("#Hello"))
# => True
print(check_hashtag.is_hashtag("Hello"))
# => False 

print(check_hashtag.in_hashtag("Hello, #SupportOpensource"))
# => True
print(check_hashtag.in_hashtag("Hello, Support Opensource"))
# => False

Credits


GitHub

View Github