Cutting HTML strings without breaking HTML tags

前端 未结 7 897
别跟我提以往
别跟我提以往 2021-01-04 19:34

How to write a function that can cut a string with HTML tags to an N-length string without breaking HTML tags while doing it.

The returned string doesn\'t need to b

7条回答
  •  忘掉有多难
    2021-01-04 19:46

    When I encountered such problem (for RSS feed) I just called strip_tags before cutting my string.

提交回复
热议问题