query syntax for searching for "#Success"
Posted: Sat Mar 28, 2020 3:15 pm
Good day,
I am trying to figure out to search for this string "#Success'
If I search for "#Success" I get all strings with 'success' missing the "#"
I tried regex /W+uccess \/W+uccess\
So I would like to query for the "#" and capital "S"
Thanks
I am trying to figure out to search for this string "#Success'
If I search for "#Success" I get all strings with 'success' missing the "#"
I tried regex /W+uccess \/W+uccess\
So I would like to query for the "#" and capital "S"
Thanks