1. How Can PHP Detect HTML Tags in a String
Updated on: 2022-01-14
Posted on: 2022-01-14
HTML uses special characters like <, > and & to define tags inserted in the document text to mark the documents in a specific way.
This class returns whether a given text string contains HTML special characters. So you can it to determine if a given text can be HTML.
More ...
Post a comment
See comments (1) Trackbacks (0)
This class returns whether a given text string contains HTML special characters. So you can it to determine if a given text can be HTML.
![Blog](/graphics/phpclasses/blog.png)
![Post a comment](/graphics/phpclasses/user.png)
![See comments](/graphics/phpclasses/forum.png)