Sanitize sentence in php

后端 未结 2 442
半阙折子戏
半阙折子戏 2021-02-04 14:09

The title may sound odd, but im kind of trying to set up this preg_replace that takes care of messy writers for a textarea. It has to:

  1. if there is an exclamation s
2条回答
  •  不要未来只要你来
    2021-02-04 14:55

    I might have to use this for my own sites... nice idea!

    
    

    And the 'modified' version of $text: "My house, which is green, is nice! And pretty too."

    UPDATE: Here's the version that handles "abc,def" -> "abc, def".

    
    

    I would think this is a bit slower since it's an additional function call.

提交回复
热议问题