|
RegexIterator::acceptGet accept status Description
public bool RegexIterator::accept()
Matches ParametersThis function has no parameters. Return Values
Examples
Example #1 RegexIterator::accept example This example shows that only items matching the regular expression are accepted.
The above example will output: Bob Charlie David |