Closed haku closed 9 years ago
Idea... Leading / denotes a regex. Last / preempts options. Can only use flags when it's a regex. E.g. /foo/u = match against username instead of body. /bar/r = match retweeted by. /bar/ub = match against username or body. foo/u = plain string.
Seems to work ok. UI could be nicer, but perfectly functional. Closing.
Idea... Leading / denotes a regex. Last / preempts options. Can only use flags when it's a regex. E.g. /foo/u = match against username instead of body. /bar/r = match retweeted by. /bar/ub = match against username or body. foo/u = plain string.