Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Wordpess にデータ ページがあり、データ内で 3 つの < br > または 3 つの入力文字を検出したいと考えています。 3 つ以上の改行文字を検出するには、3 つの改行文字または 3 つの < br /> を検出するオプションを追加する必要があります 。/(^[\rn]*|[\r\n]+)[\s\t]*[\r\n]{3,}+/ これはどのように達成できますか?ありがとう
/(^[\rn]*|[\r\n]+)[\s\t]*[\r\n]{3,}+/