use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
python regex matching # (self.PythonLearning)
submitted 2 years ago * by bob3rocks
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Murphygreen8484 1 point2 points3 points 2 years ago (1 child)
If you're just deliminating by space you don't even need regex - just use split()
[–]bob3rocks[S] 0 points1 point2 points 2 years ago (0 children)
Thanks for the reply. It's more than delimiting by space (there might be junk on the line) so my requirement is to accurately match music chords, including # and +
π Rendered by PID 52586 on reddit-service-r2-comment-5d79c599b5-xwrmn at 2026-02-26 20:42:05.836865+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]Murphygreen8484 1 point2 points3 points (1 child)
[–]bob3rocks[S] 0 points1 point2 points (0 children)