mbohun
8/16/2014 - 1:25 PM

wrap_hash_numbers.py

wrap_hash_numbers.py

>>> re.sub(r'#(\d+)', r'`#\1`', 'blah #6')
'blah `#6`'