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

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

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
```