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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -