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
- Host: GitHub
- URL: https://github.com/comsavvy/pattern-detection
- Owner: comsavvy
- Created: 2020-10-30T15:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T10:30:21.000Z (over 5 years ago)
- Last Synced: 2025-03-20T16:38:21.010Z (about 1 year ago)
- Topics: hashtag-detection, re-module, url-detection, valid-variable
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**