Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
fa6489be
Commit
fa6489be
authored
Nov 10, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comment bloat from string class.
parent
d55a5e72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
str.php
laravel/str.php
+0
-12
No files found.
laravel/str.php
View file @
fa6489be
...
@@ -8,9 +8,6 @@ class Str {
...
@@ -8,9 +8,6 @@ class Str {
* <code>
* <code>
* // Convert a string to lowercase
* // Convert a string to lowercase
* echo Str::lower('STOP YELLING');
* echo Str::lower('STOP YELLING');
*
* // Convert a UTF-8 string to lowercase
* echo Str::lower('Τάχιστη');
* </code>
* </code>
*
*
* @param string $value
* @param string $value
...
@@ -32,9 +29,6 @@ class Str {
...
@@ -32,9 +29,6 @@ class Str {
* <code>
* <code>
* // Convert a string to uppercase
* // Convert a string to uppercase
* echo Str::upper('speak louder');
* echo Str::upper('speak louder');
*
* // Convert a UTF-8 string to uppercase
* echo Str::upper('Τάχιστη');
* </code>
* </code>
*
*
* @param string $value
* @param string $value
...
@@ -56,9 +50,6 @@ class Str {
...
@@ -56,9 +50,6 @@ class Str {
* <code>
* <code>
* // Convert a string to title case
* // Convert a string to title case
* echo Str::title('taylor otwell');
* echo Str::title('taylor otwell');
*
* // Convert a UTF-8 string to title case
* echo Str::title('Τάχιστη αλώπηξ');
* </code>
* </code>
*
*
* @param string $value
* @param string $value
...
@@ -80,9 +71,6 @@ class Str {
...
@@ -80,9 +71,6 @@ class Str {
* <code>
* <code>
* // Get the length of a string
* // Get the length of a string
* echo Str::length('taylor otwell');
* echo Str::length('taylor otwell');
*
* // Get the length of a UTF-8 string
* echo Str::length('Τάχιστη αλώπηξ');
* </code>
* </code>
*
*
* @param string $value
* @param string $value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment