An open API service indexing awesome lists of open source software.

https://github.com/comsavvy/pattern-detection

Detecting URL, Number, Hashtags in a string
https://github.com/comsavvy/pattern-detection

hashtag-detection re-module url-detection valid-variable

Last synced: 8 months ago
JSON representation

Detecting URL, Number, Hashtags in a string

Awesome Lists containing this project

README

          

# Pattern-detection
Using the re module in Python to detect the following in a string
>### Detecting URL, Number, Hashtags and also replacing some particular text [optional: Set the inplace to true to replace the text permanent]
**Validity check's file makes the rearranging of names easier and also contains a method for checking if a variable is valid or not**