This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5b3870c508
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
TextData
/
TRIM.php
33 lines
372 B
PHP
Raw
Blame
History
<
?
php
return
[
[
'HELLO'
,
'HELLO '
,
],
[
'HELLO'
,
' HELLO'
,
],
[
'HELLO'
,
' HELLO '
,
],
[
' HELLO'
,
' HELLO'
,
],
[
'HELLO WORLD'
,
'HELLO WORLD'
,
],
[
'TRUE'
,
true
,
],
[
null
,
null
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink