apply_filters( 'wp_spaces_regexp', string $spaces )

Filters the regexp for common whitespace characters.


Description Description

This string is substituted for the \s sequence as needed in regular expressions. For websites not written in English, different characters may represent whitespace. For websites not encoded in UTF-8, the 0xC2 0xA0 sequence may not be in use.


Parameters Parameters

$spaces

(string) Regexp pattern for matching common whitespace characters.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.