Home
last modified time | relevance | path

Searched refs:SPLIT_TRIM (Results 1 – 3 of 3) sorted by relevance

/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php23 const SPLIT_TRIM = 0x1; define in Vanderlee\\Sentence\\Sentence
435 if ($flags & self::SPLIT_TRIM) {
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
DSentenceTest.php168 …rld.', 'Are you there'], $this->object->split('Hello world. Are you there', Sentence::SPLIT_TRIM));
169 …d.', 'Are you there?'], $this->object->split('Hello world. Are you there?', Sentence::SPLIT_TRIM));
/plugin/aichat/vendor/vanderlee/php-sentence/
DREADME.md41 - **`Sentence::SPLIT_TRIM`**: Trim whitespace off the left and right sides of