'Can I search hashtags on twitter with wildcards

I'm hoping to find a way to search for hashtags on twitter that contain the characters 'SF'. For example, there are tweets that have #LVvsSF (yes I'm a 9er fan!) and I'd like to come up with a search string that would pull this tweet if it has the above hashtag or even #SEAvsSF.

I have tried '%23vsSF' and '#%23vsSF' but neither are working.

Thanks,



Solution 1:[1]

Wildcards in Twitter search work only on phrases, inside quotes, with spaces on both sides. For example:

"this is the * time today that"

try it...

To the best of my knowledge, it is impossible to search Twitter (web app or API) using wildcards in a sigle word or hashtag.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1