1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix #76779: Can't find multibyte functions via string functions

We also remove the link to the removed POSIX Regex functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345547 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker
2018-08-22 13:19:50 +00:00
parent 2a5c6fb263
commit 8ccc9da8be

View File

@@ -8,9 +8,10 @@
&reftitle.seealso;
<para>
For even more powerful string handling and manipulating functions
take a look at the <link linkend="ref.regex">POSIX regular
expression functions</link> and the <link linkend="ref.pcre">Perl
take a look at the <link linkend="ref.pcre">Perl
compatible regular expression functions</link>.
For working with multibyte character encodings, take a look at the
<link linkend="ref.mbstring">Multibyte String functions</link>.
</para>
</partintro>