https://github.com/xueqooy/hashtagregex.swift
Identify hashtags like draft-js-plugins.hashtag
https://github.com/xueqooy/hashtagregex.swift
draft-js-plugins hashtag swift
Last synced: about 1 month ago
JSON representation
Identify hashtags like draft-js-plugins.hashtag
- Host: GitHub
- URL: https://github.com/xueqooy/hashtagregex.swift
- Owner: xueqooy
- Created: 2022-12-05T15:10:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T15:17:28.000Z (over 2 years ago)
- Last Synced: 2025-04-15T11:55:18.486Z (about 1 month ago)
- Topics: draft-js-plugins, hashtag, swift
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HashtagRegex.Swift
Identify hashtags like [draft-js-plugins.hashtag](https://github.com/draft-js-plugins/draft-js-plugins/tree/master/packages/hashtag/src/utils)Effective forms:
```
#word
#word123
#123word
#word_123
#123_word
```
Invalid forms:
```
#123
#word#word
```