Community Patterns

Community Library Entry

-1

Regular Expression
Created·2013-10-17 17:40
Flavor·Python

r"
(\A|\s)#(\w+)
"
g
Open regex in editor

Description

Using the twitter API, take a tweet object and find & link #tags to embed in HTML

Submitted by @triplec1988