escape(text)
[source]
Returns the given text with ampersands, quotes and angle brackets encoded for use in HTML. The input is first passed through force_text()
and the output has mark_safe()
applied.
escape(text)
[source]
Returns the given text with ampersands, quotes and angle brackets encoded for use in HTML. The input is first passed through force_text()
and the output has mark_safe()
applied.
Designed by : w10schools
service@w10schools.com
Please login to continue.