api - Search Twitter with a Regular Expression -


is there way search twitter api using regular expressions? expression need match stock name.

/\$[a-za-z]{1,5}/ 

no, , reason, have @ architectural standpoint. given volume twitter has using api, have regex match against possible tweets searchable. insane amount of data processing.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -