Download the PHP package angelkurten/string without Composer
On this page you can find all versions of the php package angelkurten/string. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download angelkurten/string
More information about angelkurten/string
Files in angelkurten/string
Download angelkurten/string
More information about angelkurten/string
Files in angelkurten/string
Vendor angelkurten
Package string
Short Description String is an interface that allows you to interact with a string as if it were an object
License MIT
Package string
Short Description String is an interface that allows you to interact with a string as if it were an object
License MIT
Please rate this library. Is it a good library?
Informations about the package string
String v0.1
String is an interface that allows you to interact with a string as if it were an object
Result: If X is TRUE increases partially the value of X in 30
Examples
Get string length
Reverse a string
Make a string uppercase
Make a string lowercase
Uppercase the first character of each word in a string
Make a string's first character uppercase
Make a string's first character lowercase
- @param integer $limit Number of characters at which the string will be wrapped.
- @param string $break The line is broken using the optional break parameter.
- @param bool|true $cut If the cut is set to TRUE, the string is always wrapped at or before the specified width. So if you have a word that is larger than the given width, it is broken apart. When FALSE the function does not split the word even if the width is smaller than the word width.
Replace all occurrences of the search string with the replacement string
- @param array $array The Value being searched for, otherwise known as the needle. An array may be used to designate multiple needles.
Return part of a string
- @param integer $start The input string. Must be one character or longer.
- @param null $length
- If start is non-negative, the returned string will start at the start'th position in string, counting from zero. For instance, in the string 'abcdef', the character at position 0 is 'a', the character at position 2 is 'c', and so forth.
- If start is negative, the returned string will start at the start'th character from the end of string.
- If string is less than start characters long, FALSE will be returned.
Split a string by string
- @param string $delimiter The boundary string.
One-way string hashing
- @param $salt
Convert all applicable characters to HTML entities
Convert all HTML entities to their applicable characters
Join array elements with a string
- @param The array or Strings for concat
Concatenate methods
Methods that can be concatenated are:
- invert
- lower
- upper
- upWords
- upFirst
- downFirst
- fragment
- replace
- partial
- HtmlToString
- StringToHtml
- concat
Example
Created By
All versions of string with dependencies
PHP Build Version
Package Version
No informations.
The package angelkurten/string contains the following files
Loading the files please wait ....