bbcode

Regular expression to extract text in python

Regular expression to extract text in python Question: I am new using the re library and I would like to know if somebody knows how to extract the following text: Initial ‘[p]I am a test paragraph[/p]’ Output I am a test paragraph I tried to use the following line : text = ‘[p]I am a …

Total answers: 2