search
HomeBackend DevelopmentPHP ProblemHow to remove whitespace characters in php

How to remove whitespace characters in php

May 08, 2020 pm 03:59 PM
phpregular

How to remove whitespace characters in php

How to remove white characters in php

In php, you can use the function "preg_replace" to remove white characters. The function of this function executes a regular When using expression search and replacement, you need to pass in 3 parameters. The first parameter is the regular expression "/\s /", the second parameter is empty, and the third parameter is the string from which whitespace characters are to be removed. , and finally receive the return value.

Usage example:

<?php
    $var = "        This           is   a      beautiful        day!";

    // 删除字符串中的所有空白字符(不包括全角空格)
    $var = preg_replace("/\s+/", "", $var);
    echo $var;
?>

Recommended tutorial: "PHP Tutorial"

The above is the detailed content of How to remove whitespace characters in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools