i want the following functionality.
input : this is test bold text normal text expected output: this is test normal text
Use the webob.exc module:
from webob.exc import strip_tags
And then use it:
print strip_tags('ab') >> ab