Plural_Forms::parse( string $str )
Parse a Plural-Forms string into tokens.
Description
Uses the shunting-yard algorithm to convert the string to Reverse Polish Notation tokens.
Parameters
- $str
-
(Required) String to parse.
Source
File: wp-includes/pomo/plural-forms.php
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |