Open gilbertohasnofb opened 6 years ago
The regex diagrams are popping up when using raw strings in Python, e.g. print(r'foo bar').
print(r'foo bar')
edit: sorry @gilbertohasnofb, the last comment was because I read your feedback as
[...] diagrams aren't popping up [...]
my mistake
@fragmuffin No worries!
The regex diagrams are popping up when using raw strings in Python, e.g.
print(r'foo bar')
.