Function __global->make_sentence_case_callback
Definitions
sources/input_filter.php
- preg_replace callback to apply sentence case.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$matches | array | required parameter | N/A | N/A | Matches |
Return
- De-shouted string
- Type: string
- Set: N/A
- Range: N/A