Skip to content

Commit

Permalink
Fix typo in pattern.modifiers.xml (php#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyan-dot authored Dec 27, 2024
1 parent 38ee859 commit b5aa346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/pcre/pattern.modifiers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</simpara>
<simpara>
For example, <code>preg_match('/\x{212A}/iu', "K")</code> matches the Kelvin sign <literal>K</literal> (U+212A).
When <emphasis>u</emphasis> is used (<code>preg_match('/\x{212A}/iur', "K")</code>), it does not match.
When <emphasis>r</emphasis> is used (<code>preg_match('/\x{212A}/iur', "K")</code>), it does not match.
</simpara>
<simpara>
Available as of PHP 8.4.0.
Expand Down

0 comments on commit b5aa346

Please sign in to comment.