Home > Article > CMS Tutorial > How to filter out Html tags in DEDE
How to filter out Html tags in DEDE?
How to filter out Html tags in DEDE and intercept the string length
Just use 2 functions in the dede tag.
[field:body function="cn_substr(Html2text(@me),80)"/]
The Html2text() function removes the html tag code.
cn_substr(str,80) function intercepts the length of the string.
Related introduction:
Dreamweaver Content Management System (DedeCms) is famous for its simplicity, practicality, and open source. It is the most well-known PHP open source website management system in China and has the most users. After many years of development, the current version of the PHP CMS system has made great progress in terms of functionality and ease of use. The main target users of the free version of DedeCms are individual webmasters, with more functions. It focuses on the construction of personal websites or small and medium-sized portals. Of course, there are also corporate users and schools using this system.
The above is the detailed content of How to filter out Html tags in DEDE. For more information, please follow other related articles on the PHP Chinese website!