PhpSpreadsheet/tests/data/Calculation/TextData/LOWER.php

21 lines
219 B
PHP

<?php
return [
[
'abcdefghi',
'AbCdEfGhI',
],
[
'mark baker',
'MARK BAKER',
],
[
'true',
true,
],
[
'false',
false,
],
];