DrewM\Morse\Feature\Text::testCtype PHP Method

testCtype() public method

public testCtype ( )
    public function testCtype()
    {
        return self::functionAvailable('ctype_alnum') && self::functionAvailable('ctype_lower');
    }