Regular Expressions 101

Community Patterns

match tree output

0

Regular Expression
Python

r'''
(?\s{3,})*[├└]{2}
'''
g

Description

replace tree-like intandents to any others like hashtags or spaces

Submitted by anonymous - a year ago