Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Satini_pvduc
2025-01-03 14:29:21 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
acff8b6da334462ca624f72479b8d3271cad6676
acff8b6d
1 parent
eb0039c3
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/StringUtils.php
src/StringUtils.php
View file @
acff8b6
...
...
@@ -5,4 +5,7 @@ class StringUtils {
public
static
function
toUpper
(
$text
){
return
strtoupper
(
$text
);
}
public
static
function
toLower
(
$text
){
return
strtolower
(
$text
);
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment