regex - Twitter queries using regexp? -


i have been seeing posts , questions using regexp search tweets on twitter using java twitter api. now, have been trying last 2 hours reading possible resources on no success. example: trying query twitter once, receive tweets both "guerillacafe" or "guerilla cafe"

i have tried (guerillacafe|guerilla cafe), ('guerillacafe'|'guerilla cafe'), (guerillacafe or guerilla cafe), (guerilla?cafe) , many more, said , cant work.

please simple regexp trick.

the java twitter api not allow regexp searches. or keyword supported (your third example works me).


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -