Skip to main content
Glama
brianirish

Laravel MCP Companion

by brianirish
strings.md82.5 kB
# Strings - [Introduction](#introduction) - [Available Methods](#available-methods) <a name="introduction"></a> ## Introduction Laravel includes a variety of functions for manipulating string values. Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient. <a name="available-methods"></a> ## Available Methods <style> .collection-method-list > p { columns: 10.8em 3; -moz-columns: 10.8em 3; -webkit-columns: 10.8em 3; } .collection-method-list a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } </style> <a name="strings-method-list"></a> ### Strings <div class="collection-method-list" markdown="1"> [\__](#method-__) [class_basename](#method-class-basename) [e](#method-e) [preg_replace_array](#method-preg-replace-array) [Str::after](#method-str-after) [Str::afterLast](#method-str-after-last) [Str::apa](#method-str-apa) [Str::ascii](#method-str-ascii) [Str::before](#method-str-before) [Str::beforeLast](#method-str-before-last) [Str::between](#method-str-between) [Str::betweenFirst](#method-str-between-first) [Str::camel](#method-camel-case) [Str::charAt](#method-char-at) [Str::contains](#method-str-contains) [Str::containsAll](#method-str-contains-all) [Str::endsWith](#method-ends-with) [Str::excerpt](#method-excerpt) [Str::finish](#method-str-finish) [Str::headline](#method-str-headline) [Str::inlineMarkdown](#method-str-inline-markdown) [Str::is](#method-str-is) [Str::isAscii](#method-str-is-ascii) [Str::isJson](#method-str-is-json) [Str::isUlid](#method-str-is-ulid) [Str::isUrl](#method-str-is-url) [Str::isUuid](#method-str-is-uuid) [Str::kebab](#method-kebab-case) [Str::lcfirst](#method-str-lcfirst) [Str::length](#method-str-length) [Str::limit](#method-str-limit) [Str::lower](#method-str-lower) [Str::markdown](#method-str-markdown) [Str::mask](#method-str-mask) [Str::orderedUuid](#method-str-ordered-uuid) [Str::padBoth](#method-str-padboth) [Str::padLeft](#method-str-padleft) [Str::padRight](#method-str-padright) [Str::password](#method-str-password) [Str::plural](#method-str-plural) [Str::pluralStudly](#method-str-plural-studly) [Str::position](#method-str-position) [Str::random](#method-str-random) [Str::remove](#method-str-remove) [Str::repeat](#method-str-repeat) [Str::replace](#method-str-replace) [Str::replaceArray](#method-str-replace-array) [Str::replaceFirst](#method-str-replace-first) [Str::replaceLast](#method-str-replace-last) [Str::replaceMatches](#method-str-replace-matches) [Str::replaceStart](#method-str-replace-start) [Str::replaceEnd](#method-str-replace-end) [Str::reverse](#method-str-reverse) [Str::singular](#method-str-singular) [Str::slug](#method-str-slug) [Str::snake](#method-snake-case) [Str::squish](#method-str-squish) [Str::start](#method-str-start) [Str::startsWith](#method-starts-with) [Str::studly](#method-studly-case) [Str::substr](#method-str-substr) [Str::substrCount](#method-str-substrcount) [Str::substrReplace](#method-str-substrreplace) [Str::swap](#method-str-swap) [Str::take](#method-take) [Str::title](#method-title-case) [Str::toBase64](#method-str-to-base64) [Str::toHtmlString](#method-str-to-html-string) [Str::ucfirst](#method-str-ucfirst) [Str::ucsplit](#method-str-ucsplit) [Str::upper](#method-str-upper) [Str::ulid](#method-str-ulid) [Str::unwrap](#method-str-unwrap) [Str::uuid](#method-str-uuid) [Str::wordCount](#method-str-word-count) [Str::wordWrap](#method-str-word-wrap) [Str::words](#method-str-words) [Str::wrap](#method-str-wrap) [str](#method-str) [trans](#method-trans) [trans_choice](#method-trans-choice) </div> <a name="fluent-strings-method-list"></a> ### Fluent Strings <div class="collection-method-list" markdown="1"> [after](#method-fluent-str-after) [afterLast](#method-fluent-str-after-last) [apa](#method-fluent-str-apa) [append](#method-fluent-str-append) [ascii](#method-fluent-str-ascii) [basename](#method-fluent-str-basename) [before](#method-fluent-str-before) [beforeLast](#method-fluent-str-before-last) [between](#method-fluent-str-between) [betweenFirst](#method-fluent-str-between-first) [camel](#method-fluent-str-camel) [charAt](#method-fluent-str-char-at) [classBasename](#method-fluent-str-class-basename) [contains](#method-fluent-str-contains) [containsAll](#method-fluent-str-contains-all) [dirname](#method-fluent-str-dirname) [endsWith](#method-fluent-str-ends-with) [excerpt](#method-fluent-str-excerpt) [exactly](#method-fluent-str-exactly) [explode](#method-fluent-str-explode) [finish](#method-fluent-str-finish) [headline](#method-fluent-str-headline) [inlineMarkdown](#method-fluent-str-inline-markdown) [is](#method-fluent-str-is) [isAscii](#method-fluent-str-is-ascii) [isEmpty](#method-fluent-str-is-empty) [isNotEmpty](#method-fluent-str-is-not-empty) [isJson](#method-fluent-str-is-json) [isUlid](#method-fluent-str-is-ulid) [isUrl](#method-fluent-str-is-url) [isUuid](#method-fluent-str-is-uuid) [kebab](#method-fluent-str-kebab) [lcfirst](#method-fluent-str-lcfirst) [length](#method-fluent-str-length) [limit](#method-fluent-str-limit) [lower](#method-fluent-str-lower) [ltrim](#method-fluent-str-ltrim) [markdown](#method-fluent-str-markdown) [mask](#method-fluent-str-mask) [match](#method-fluent-str-match) [matchAll](#method-fluent-str-match-all) [isMatch](#method-fluent-str-is-match) [newLine](#method-fluent-str-new-line) [padBoth](#method-fluent-str-padboth) [padLeft](#method-fluent-str-padleft) [padRight](#method-fluent-str-padright) [pipe](#method-fluent-str-pipe) [plural](#method-fluent-str-plural) [position](#method-fluent-str-position) [prepend](#method-fluent-str-prepend) [remove](#method-fluent-str-remove) [repeat](#method-fluent-str-repeat) [replace](#method-fluent-str-replace) [replaceArray](#method-fluent-str-replace-array) [replaceFirst](#method-fluent-str-replace-first) [replaceLast](#method-fluent-str-replace-last) [replaceMatches](#method-fluent-str-replace-matches) [replaceStart](#method-fluent-str-replace-start) [replaceEnd](#method-fluent-str-replace-end) [rtrim](#method-fluent-str-rtrim) [scan](#method-fluent-str-scan) [singular](#method-fluent-str-singular) [slug](#method-fluent-str-slug) [snake](#method-fluent-str-snake) [split](#method-fluent-str-split) [squish](#method-fluent-str-squish) [start](#method-fluent-str-start) [startsWith](#method-fluent-str-starts-with) [stripTags](#method-fluent-str-strip-tags) [studly](#method-fluent-str-studly) [substr](#method-fluent-str-substr) [substrReplace](#method-fluent-str-substrreplace) [swap](#method-fluent-str-swap) [take](#method-fluent-str-take) [tap](#method-fluent-str-tap) [test](#method-fluent-str-test) [title](#method-fluent-str-title) [toBase64](#method-fluent-str-to-base64) [trim](#method-fluent-str-trim) [ucfirst](#method-fluent-str-ucfirst) [ucsplit](#method-fluent-str-ucsplit) [unwrap](#method-fluent-str-unwrap) [upper](#method-fluent-str-upper) [when](#method-fluent-str-when) [whenContains](#method-fluent-str-when-contains) [whenContainsAll](#method-fluent-str-when-contains-all) [whenEmpty](#method-fluent-str-when-empty) [whenNotEmpty](#method-fluent-str-when-not-empty) [whenStartsWith](#method-fluent-str-when-starts-with) [whenEndsWith](#method-fluent-str-when-ends-with) [whenExactly](#method-fluent-str-when-exactly) [whenNotExactly](#method-fluent-str-when-not-exactly) [whenIs](#method-fluent-str-when-is) [whenIsAscii](#method-fluent-str-when-is-ascii) [whenIsUlid](#method-fluent-str-when-is-ulid) [whenIsUuid](#method-fluent-str-when-is-uuid) [whenTest](#method-fluent-str-when-test) [wordCount](#method-fluent-str-word-count) [words](#method-fluent-str-words) </div> <a name="strings"></a> ## Strings <a name="method-__"></a> #### `__()` {.collection-method} The `__` function translates the given translation string or translation key using your [language files](/docs/{{version}}/localization): echo __('Welcome to our application'); echo __('messages.welcome'); If the specified translation string or key does not exist, the `__` function will return the given value. So, using the example above, the `__` function would return `messages.welcome` if that translation key does not exist. <a name="method-class-basename"></a> #### `class_basename()` {.collection-method} The `class_basename` function returns the class name of the given class with the class's namespace removed: $class = class_basename('Foo\Bar\Baz'); // Baz <a name="method-e"></a> #### `e()` {.collection-method} The `e` function runs PHP's `htmlspecialchars` function with the `double_encode` option set to `true` by default: echo e('<html>foo</html>'); // &lt;html&gt;foo&lt;/html&gt; <a name="method-preg-replace-array"></a> #### `preg_replace_array()` {.collection-method} The `preg_replace_array` function replaces a given pattern in the string sequentially using an array: $string = 'The event will take place between :start and :end'; $replaced = preg_replace_array('/:[a-z_]+/', ['8:30', '9:00'], $string); // The event will take place between 8:30 and 9:00 <a name="method-str-after"></a> #### `Str::after()` {.collection-method} The `Str::after` method returns everything after the given value in a string. The entire string will be returned if the value does not exist within the string: use Illuminate\Support\Str; $slice = Str::after('This is my name', 'This is'); // ' my name' <a name="method-str-after-last"></a> #### `Str::afterLast()` {.collection-method} The `Str::afterLast` method returns everything after the last occurrence of the given value in a string. The entire string will be returned if the value does not exist within the string: use Illuminate\Support\Str; $slice = Str::afterLast('App\Http\Controllers\Controller', '\\'); // 'Controller' <a name="method-str-apa"></a> #### `Str::apa()` {.collection-method} The `Str::apa` method converts the given string to title case following the [APA guidelines](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case): use Illuminate\Support\Str; $title = Str::apa('Creating A Project'); // 'Creating a Project' <a name="method-str-ascii"></a> #### `Str::ascii()` {.collection-method} The `Str::ascii` method will attempt to transliterate the string into an ASCII value: use Illuminate\Support\Str; $slice = Str::ascii('û'); // 'u' <a name="method-str-before"></a> #### `Str::before()` {.collection-method} The `Str::before` method returns everything before the given value in a string: use Illuminate\Support\Str; $slice = Str::before('This is my name', 'my name'); // 'This is ' <a name="method-str-before-last"></a> #### `Str::beforeLast()` {.collection-method} The `Str::beforeLast` method returns everything before the last occurrence of the given value in a string: use Illuminate\Support\Str; $slice = Str::beforeLast('This is my name', 'is'); // 'This ' <a name="method-str-between"></a> #### `Str::between()` {.collection-method} The `Str::between` method returns the portion of a string between two values: use Illuminate\Support\Str; $slice = Str::between('This is my name', 'This', 'name'); // ' is my ' <a name="method-str-between-first"></a> #### `Str::betweenFirst()` {.collection-method} The `Str::betweenFirst` method returns the smallest possible portion of a string between two values: use Illuminate\Support\Str; $slice = Str::betweenFirst('[a] bc [d]', '[', ']'); // 'a' <a name="method-camel-case"></a> #### `Str::camel()` {.collection-method} The `Str::camel` method converts the given string to `camelCase`: use Illuminate\Support\Str; $converted = Str::camel('foo_bar'); // 'fooBar' <a name="method-char-at"></a> #### `Str::charAt()` {.collection-method} The `Str::charAt` method returns the character at the specified index. If the index is out of bounds, `false` is returned: use Illuminate\Support\Str; $character = Str::charAt('This is my name.', 6); // 's' <a name="method-str-contains"></a> #### `Str::contains()` {.collection-method} The `Str::contains` method determines if the given string contains the given value. This method is case sensitive: use Illuminate\Support\Str; $contains = Str::contains('This is my name', 'my'); // true You may also pass an array of values to determine if the given string contains any of the values in the array: use Illuminate\Support\Str; $contains = Str::contains('This is my name', ['my', 'foo']); // true <a name="method-str-contains-all"></a> #### `Str::containsAll()` {.collection-method} The `Str::containsAll` method determines if the given string contains all of the values in a given array: use Illuminate\Support\Str; $containsAll = Str::containsAll('This is my name', ['my', 'name']); // true <a name="method-ends-with"></a> #### `Str::endsWith()` {.collection-method} The `Str::endsWith` method determines if the given string ends with the given value: use Illuminate\Support\Str; $result = Str::endsWith('This is my name', 'name'); // true You may also pass an array of values to determine if the given string ends with any of the values in the array: use Illuminate\Support\Str; $result = Str::endsWith('This is my name', ['name', 'foo']); // true $result = Str::endsWith('This is my name', ['this', 'foo']); // false <a name="method-excerpt"></a> #### `Str::excerpt()` {.collection-method} The `Str::excerpt` method extracts an excerpt from a given string that matches the first instance of a phrase within that string: use Illuminate\Support\Str; $excerpt = Str::excerpt('This is my name', 'my', [ 'radius' => 3 ]); // '...is my na...' The `radius` option, which defaults to `100`, allows you to define the number of characters that should appear on each side of the truncated string. In addition, you may use the `omission` option to define the string that will be prepended and appended to the truncated string: use Illuminate\Support\Str; $excerpt = Str::excerpt('This is my name', 'name', [ 'radius' => 3, 'omission' => '(...) ' ]); // '(...) my name' <a name="method-str-finish"></a> #### `Str::finish()` {.collection-method} The `Str::finish` method adds a single instance of the given value to a string if it does not already end with that value: use Illuminate\Support\Str; $adjusted = Str::finish('this/string', '/'); // this/string/ $adjusted = Str::finish('this/string/', '/'); // this/string/ <a name="method-str-headline"></a> #### `Str::headline()` {.collection-method} The `Str::headline` method will convert strings delimited by casing, hyphens, or underscores into a space delimited string with each word's first letter capitalized: use Illuminate\Support\Str; $headline = Str::headline('steve_jobs'); // Steve Jobs $headline = Str::headline('EmailNotificationSent'); // Email Notification Sent <a name="method-str-inline-markdown"></a> #### `Str::inlineMarkdown()` {.collection-method} The `Str::inlineMarkdown` method converts GitHub flavored Markdown into inline HTML using [CommonMark](https://commonmark.thephpleague.com/). However, unlike the `markdown` method, it does not wrap all generated HTML in a block-level element: use Illuminate\Support\Str; $html = Str::inlineMarkdown('**Laravel**'); // <strong>Laravel</strong> #### Markdown Security By default, Markdown supports raw HTML, which will expose Cross-Site Scripting (XSS) vulnerabilities when used with raw user input. As per the [CommonMark Security documentation](https://commonmark.thephpleague.com/security/), you may use the `html_input` option to either escape or strip raw HTML, and the `allow_unsafe_links` option to specify whether to allow unsafe links. If you need to allow some raw HTML, you should pass your compiled Markdown through an HTML Purifier: use Illuminate\Support\Str; Str::inlineMarkdown('Inject: <script>alert("Hello XSS!");</script>', [ 'html_input' => 'strip', 'allow_unsafe_links' => false, ]); // Inject: alert(&quot;Hello XSS!&quot;); <a name="method-str-is"></a> #### `Str::is()` {.collection-method} The `Str::is` method determines if a given string matches a given pattern. Asterisks may be used as wildcard values: use Illuminate\Support\Str; $matches = Str::is('foo*', 'foobar'); // true $matches = Str::is('baz*', 'foobar'); // false <a name="method-str-is-ascii"></a> #### `Str::isAscii()` {.collection-method} The `Str::isAscii` method determines if a given string is 7 bit ASCII: use Illuminate\Support\Str; $isAscii = Str::isAscii('Taylor'); // true $isAscii = Str::isAscii('ü'); // false <a name="method-str-is-json"></a> #### `Str::isJson()` {.collection-method} The `Str::isJson` method determines if the given string is valid JSON: use Illuminate\Support\Str; $result = Str::isJson('[1,2,3]'); // true $result = Str::isJson('{"first": "John", "last": "Doe"}'); // true $result = Str::isJson('{first: "John", last: "Doe"}'); // false <a name="method-str-is-url"></a> #### `Str::isUrl()` {.collection-method} The `Str::isUrl` method determines if the given string is a valid URL: use Illuminate\Support\Str; $isUrl = Str::isUrl('http://example.com'); // true $isUrl = Str::isUrl('laravel'); // false The `isUrl` method considers a wide range of protocols as valid. However, you may specify the protocols that should be considered valid by providing them to the `isUrl` method: $isUrl = Str::isUrl('http://example.com', ['http', 'https']); <a name="method-str-is-ulid"></a> #### `Str::isUlid()` {.collection-method} The `Str::isUlid` method determines if the given string is a valid ULID: use Illuminate\Support\Str; $isUlid = Str::isUlid('01gd6r360bp37zj17nxb55yv40'); // true $isUlid = Str::isUlid('laravel'); // false <a name="method-str-is-uuid"></a> #### `Str::isUuid()` {.collection-method} The `Str::isUuid` method determines if the given string is a valid UUID: use Illuminate\Support\Str; $isUuid = Str::isUuid('a0a2a2d2-0b87-4a18-83f2-2529882be2de'); // true $isUuid = Str::isUuid('laravel'); // false <a name="method-kebab-case"></a> #### `Str::kebab()` {.collection-method} The `Str::kebab` method converts the given string to `kebab-case`: use Illuminate\Support\Str; $converted = Str::kebab('fooBar'); // foo-bar <a name="method-str-lcfirst"></a> #### `Str::lcfirst()` {.collection-method} The `Str::lcfirst` method returns the given string with the first character lowercased: use Illuminate\Support\Str; $string = Str::lcfirst('Foo Bar'); // foo Bar <a name="method-str-length"></a> #### `Str::length()` {.collection-method} The `Str::length` method returns the length of the given string: use Illuminate\Support\Str; $length = Str::length('Laravel'); // 7 <a name="method-str-limit"></a> #### `Str::limit()` {.collection-method} The `Str::limit` method truncates the given string to the specified length: use Illuminate\Support\Str; $truncated = Str::limit('The quick brown fox jumps over the lazy dog', 20); // The quick brown fox... You may pass a third argument to the method to change the string that will be appended to the end of the truncated string: use Illuminate\Support\Str; $truncated = Str::limit('The quick brown fox jumps over the lazy dog', 20, ' (...)'); // The quick brown fox (...) <a name="method-str-lower"></a> #### `Str::lower()` {.collection-method} The `Str::lower` method converts the given string to lowercase: use Illuminate\Support\Str; $converted = Str::lower('LARAVEL'); // laravel <a name="method-str-markdown"></a> #### `Str::markdown()` {.collection-method} The `Str::markdown` method converts GitHub flavored Markdown into HTML using [CommonMark](https://commonmark.thephpleague.com/): use Illuminate\Support\Str; $html = Str::markdown('# Laravel'); // <h1>Laravel</h1> $html = Str::markdown('# Taylor <b>Otwell</b>', [ 'html_input' => 'strip', ]); // <h1>Taylor Otwell</h1> #### Markdown Security By default, Markdown supports raw HTML, which will expose Cross-Site Scripting (XSS) vulnerabilities when used with raw user input. As per the [CommonMark Security documentation](https://commonmark.thephpleague.com/security/), you may use the `html_input` option to either escape or strip raw HTML, and the `allow_unsafe_links` option to specify whether to allow unsafe links. If you need to allow some raw HTML, you should pass your compiled Markdown through an HTML Purifier: use Illuminate\Support\Str; Str::markdown('Inject: <script>alert("Hello XSS!");</script>', [ 'html_input' => 'strip', 'allow_unsafe_links' => false, ]); // <p>Inject: alert(&quot;Hello XSS!&quot;);</p> <a name="method-str-mask"></a> #### `Str::mask()` {.collection-method} The `Str::mask` method masks a portion of a string with a repeated character, and may be used to obfuscate segments of strings such as email addresses and phone numbers: use Illuminate\Support\Str; $string = Str::mask('taylor@example.com', '*', 3); // tay*************** If needed, you provide a negative number as the third argument to the `mask` method, which will instruct the method to begin masking at the given distance from the end of the string: $string = Str::mask('taylor@example.com', '*', -15, 3); // tay***@example.com <a name="method-str-ordered-uuid"></a> #### `Str::orderedUuid()` {.collection-method} The `Str::orderedUuid` method generates a "timestamp first" UUID that may be efficiently stored in an indexed database column. Each UUID that is generated using this method will be sorted after UUIDs previously generated using the method: use Illuminate\Support\Str; return (string) Str::orderedUuid(); <a name="method-str-padboth"></a> #### `Str::padBoth()` {.collection-method} The `Str::padBoth` method wraps PHP's `str_pad` function, padding both sides of a string with another string until the final string reaches a desired length: use Illuminate\Support\Str; $padded = Str::padBoth('James', 10, '_'); // '__James___' $padded = Str::padBoth('James', 10); // ' James ' <a name="method-str-padleft"></a> #### `Str::padLeft()` {.collection-method} The `Str::padLeft` method wraps PHP's `str_pad` function, padding the left side of a string with another string until the final string reaches a desired length: use Illuminate\Support\Str; $padded = Str::padLeft('James', 10, '-='); // '-=-=-James' $padded = Str::padLeft('James', 10); // ' James' <a name="method-str-padright"></a> #### `Str::padRight()` {.collection-method} The `Str::padRight` method wraps PHP's `str_pad` function, padding the right side of a string with another string until the final string reaches a desired length: use Illuminate\Support\Str; $padded = Str::padRight('James', 10, '-'); // 'James-----' $padded = Str::padRight('James', 10); // 'James ' <a name="method-str-password"></a> #### `Str::password()` {.collection-method} The `Str::password` method may be used to generate a secure, random password of a given length. The password will consist of a combination of letters, numbers, symbols, and spaces. By default, passwords are 32 characters long: use Illuminate\Support\Str; $password = Str::password(); // 'EbJo2vE-AS:U,$%_gkrV4n,q~1xy/-_4' $password = Str::password(12); // 'qwuar>#V|i]N' <a name="method-str-plural"></a> #### `Str::plural()` {.collection-method} The `Str::plural` method converts a singular word string to its plural form. This function supports [any of the languages support by Laravel's pluralizer](/docs/{{version}}/localization#pluralization-language): use Illuminate\Support\Str; $plural = Str::plural('car'); // cars $plural = Str::plural('child'); // children You may provide an integer as a second argument to the function to retrieve the singular or plural form of the string: use Illuminate\Support\Str; $plural = Str::plural('child', 2); // children $singular = Str::plural('child', 1); // child <a name="method-str-plural-studly"></a> #### `Str::pluralStudly()` {.collection-method} The `Str::pluralStudly` method converts a singular word string formatted in studly caps case to its plural form. This function supports [any of the languages support by Laravel's pluralizer](/docs/{{version}}/localization#pluralization-language): use Illuminate\Support\Str; $plural = Str::pluralStudly('VerifiedHuman'); // VerifiedHumans $plural = Str::pluralStudly('UserFeedback'); // UserFeedback You may provide an integer as a second argument to the function to retrieve the singular or plural form of the string: use Illuminate\Support\Str; $plural = Str::pluralStudly('VerifiedHuman', 2); // VerifiedHumans $singular = Str::pluralStudly('VerifiedHuman', 1); // VerifiedHuman <a name="method-str-position"></a> #### `Str::position()` {.collection-method} The `Str::position` method returns the position of the first occurrence of a substring in a string. If the substring does not exist in the given string, `false` is returned: use Illuminate\Support\Str; $position = Str::position('Hello, World!', 'Hello'); // 0 $position = Str::position('Hello, World!', 'W'); // 7 <a name="method-str-random"></a> #### `Str::random()` {.collection-method} The `Str::random` method generates a random string of the specified length. This function uses PHP's `random_bytes` function: use Illuminate\Support\Str; $random = Str::random(40); During testing, it may be useful to "fake" the value that is returned by the `Str::random` method. To accomplish this, you may use the `createRandomStringsUsing` method: Str::createRandomStringsUsing(function () { return 'fake-random-string'; }); To instruct the `random` method to return to generating random strings normally, you may invoke the `createRandomStringsNormally` method: Str::createRandomStringsNormally(); <a name="method-str-remove"></a> #### `Str::remove()` {.collection-method} The `Str::remove` method removes the given value or array of values from the string: use Illuminate\Support\Str; $string = 'Peter Piper picked a peck of pickled peppers.'; $removed = Str::remove('e', $string); // Ptr Pipr pickd a pck of pickld ppprs. You may also pass `false` as a third argument to the `remove` method to ignore case when removing strings. <a name="method-str-repeat"></a> #### `Str::repeat()` {.collection-method} The `Str::repeat` method repeats the given string: ```php use Illuminate\Support\Str; $string = 'a'; $repeat = Str::repeat($string, 5); // aaaaa ``` <a name="method-str-replace"></a> #### `Str::replace()` {.collection-method} The `Str::replace` method replaces a given string within the string: use Illuminate\Support\Str; $string = 'Laravel 8.x'; $replaced = Str::replace('8.x', '9.x', $string); // Laravel 9.x The `replace` method also accepts a `caseSensitive` argument. By default, the `replace` method is case sensitive: Str::replace('Framework', 'Laravel', caseSensitive: false); <a name="method-str-replace-array"></a> #### `Str::replaceArray()` {.collection-method} The `Str::replaceArray` method replaces a given value in the string sequentially using an array: use Illuminate\Support\Str; $string = 'The event will take place between ? and ?'; $replaced = Str::replaceArray('?', ['8:30', '9:00'], $string); // The event will take place between 8:30 and 9:00 <a name="method-str-replace-first"></a> #### `Str::replaceFirst()` {.collection-method} The `Str::replaceFirst` method replaces the first occurrence of a given value in a string: use Illuminate\Support\Str; $replaced = Str::replaceFirst('the', 'a', 'the quick brown fox jumps over the lazy dog'); // a quick brown fox jumps over the lazy dog <a name="method-str-replace-last"></a> #### `Str::replaceLast()` {.collection-method} The `Str::replaceLast` method replaces the last occurrence of a given value in a string: use Illuminate\Support\Str; $replaced = Str::replaceLast('the', 'a', 'the quick brown fox jumps over the lazy dog'); // the quick brown fox jumps over a lazy dog <a name="method-str-replace-matches"></a> #### `Str::replaceMatches()` {.collection-method} The `Str::replaceMatches` method replaces all portions of a string matching a pattern with the given replacement string: use Illuminate\Support\Str; $replaced = Str::replaceMatches( pattern: '/[^A-Za-z0-9]++/', replace: '', subject: '(+1) 501-555-1000' ) // '15015551000' The `replaceMatches` method also accepts a closure that will be invoked with each portion of the string matching the given pattern, allowing you to perform the replacement logic within the closure and return the replaced value: use Illuminate\Support\Str; $replaced = Str::replaceMatches('/\d/', function (array $matches) { return '['.$matches[0].']'; }, '123'); // '[1][2][3]' <a name="method-str-replace-start"></a> #### `Str::replaceStart()` {.collection-method} The `Str::replaceStart` method replaces the first occurrence of the given value only if the value appears at the start of the string: use Illuminate\Support\Str; $replaced = Str::replaceStart('Hello', 'Laravel', 'Hello World'); // Laravel World $replaced = Str::replaceStart('World', 'Laravel', 'Hello World'); // Hello World <a name="method-str-replace-end"></a> #### `Str::replaceEnd()` {.collection-method} The `Str::replaceEnd` method replaces the last occurrence of the given value only if the value appears at the end of the string: use Illuminate\Support\Str; $replaced = Str::replaceEnd('World', 'Laravel', 'Hello World'); // Hello Laravel $replaced = Str::replaceEnd('Hello', 'Laravel', 'Hello World'); // Hello World <a name="method-str-reverse"></a> #### `Str::reverse()` {.collection-method} The `Str::reverse` method reverses the given string: use Illuminate\Support\Str; $reversed = Str::reverse('Hello World'); // dlroW olleH <a name="method-str-singular"></a> #### `Str::singular()` {.collection-method} The `Str::singular` method converts a string to its singular form. This function supports [any of the languages support by Laravel's pluralizer](/docs/{{version}}/localization#pluralization-language): use Illuminate\Support\Str; $singular = Str::singular('cars'); // car $singular = Str::singular('children'); // child <a name="method-str-slug"></a> #### `Str::slug()` {.collection-method} The `Str::slug` method generates a URL friendly "slug" from the given string: use Illuminate\Support\Str; $slug = Str::slug('Laravel 5 Framework', '-'); // laravel-5-framework <a name="method-snake-case"></a> #### `Str::snake()` {.collection-method} The `Str::snake` method converts the given string to `snake_case`: use Illuminate\Support\Str; $converted = Str::snake('fooBar'); // foo_bar $converted = Str::snake('fooBar', '-'); // foo-bar <a name="method-str-squish"></a> #### `Str::squish()` {.collection-method} The `Str::squish` method removes all extraneous white space from a string, including extraneous white space between words: use Illuminate\Support\Str; $string = Str::squish(' laravel framework '); // laravel framework <a name="method-str-start"></a> #### `Str::start()` {.collection-method} The `Str::start` method adds a single instance of the given value to a string if it does not already start with that value: use Illuminate\Support\Str; $adjusted = Str::start('this/string', '/'); // /this/string $adjusted = Str::start('/this/string', '/'); // /this/string <a name="method-starts-with"></a> #### `Str::startsWith()` {.collection-method} The `Str::startsWith` method determines if the given string begins with the given value: use Illuminate\Support\Str; $result = Str::startsWith('This is my name', 'This'); // true If an array of possible values is passed, the `startsWith` method will return `true` if the string begins with any of the given values: $result = Str::startsWith('This is my name', ['This', 'That', 'There']); // true <a name="method-studly-case"></a> #### `Str::studly()` {.collection-method} The `Str::studly` method converts the given string to `StudlyCase`: use Illuminate\Support\Str; $converted = Str::studly('foo_bar'); // FooBar <a name="method-str-substr"></a> #### `Str::substr()` {.collection-method} The `Str::substr` method returns the portion of string specified by the start and length parameters: use Illuminate\Support\Str; $converted = Str::substr('The Laravel Framework', 4, 7); // Laravel <a name="method-str-substrcount"></a> #### `Str::substrCount()` {.collection-method} The `Str::substrCount` method returns the number of occurrences of a given value in the given string: use Illuminate\Support\Str; $count = Str::substrCount('If you like ice cream, you will like snow cones.', 'like'); // 2 <a name="method-str-substrreplace"></a> #### `Str::substrReplace()` {.collection-method} The `Str::substrReplace` method replaces text within a portion of a string, starting at the position specified by the third argument and replacing the number of characters specified by the fourth argument. Passing `0` to the method's fourth argument will insert the string at the specified position without replacing any of the existing characters in the string: use Illuminate\Support\Str; $result = Str::substrReplace('1300', ':', 2); // 13: $result = Str::substrReplace('1300', ':', 2, 0); // 13:00 <a name="method-str-swap"></a> #### `Str::swap()` {.collection-method} The `Str::swap` method replaces multiple values in the given string using PHP's `strtr` function: use Illuminate\Support\Str; $string = Str::swap([ 'Tacos' => 'Burritos', 'great' => 'fantastic', ], 'Tacos are great!'); // Burritos are fantastic! <a name="method-take"></a> #### `Str::take()` {.collection-method} The `Str::take` method returns a specified number of characters from the beginning of a string: use Illuminate\Support\Str; $taken = Str::take('Build something amazing!', 5); // Build <a name="method-title-case"></a> #### `Str::title()` {.collection-method} The `Str::title` method converts the given string to `Title Case`: use Illuminate\Support\Str; $converted = Str::title('a nice title uses the correct case'); // A Nice Title Uses The Correct Case <a name="method-str-to-base64"></a> #### `Str::toBase64()` {.collection-method} The `Str::toBase64` method converts the given string to Base64: use Illuminate\Support\Str; $base64 = Str::toBase64('Laravel'); // TGFyYXZlbA== <a name="method-str-to-html-string"></a> #### `Str::toHtmlString()` {.collection-method} The `Str::toHtmlString` method converts the string instance to an instance of `Illuminate\Support\HtmlString`, which may be displayed in Blade templates: use Illuminate\Support\Str; $htmlString = Str::of('Nuno Maduro')->toHtmlString(); <a name="method-str-ucfirst"></a> #### `Str::ucfirst()` {.collection-method} The `Str::ucfirst` method returns the given string with the first character capitalized: use Illuminate\Support\Str; $string = Str::ucfirst('foo bar'); // Foo bar <a name="method-str-ucsplit"></a> #### `Str::ucsplit()` {.collection-method} The `Str::ucsplit` method splits the given string into an array by uppercase characters: use Illuminate\Support\Str; $segments = Str::ucsplit('FooBar'); // [0 => 'Foo', 1 => 'Bar'] <a name="method-str-upper"></a> #### `Str::upper()` {.collection-method} The `Str::upper` method converts the given string to uppercase: use Illuminate\Support\Str; $string = Str::upper('laravel'); // LARAVEL <a name="method-str-ulid"></a> #### `Str::ulid()` {.collection-method} The `Str::ulid` method generates a ULID, which is a compact, time-ordered unique identifier: use Illuminate\Support\Str; return (string) Str::ulid(); // 01gd6r360bp37zj17nxb55yv40 If you would like to retrieve a `Illuminate\Support\Carbon` date instance representing the date and time that a given ULID was created, you may use the `createFromId` method provided by Laravel's Carbon integration: ```php use Illuminate\Support\Carbon; use Illuminate\Support\Str; $date = Carbon::createFromId((string) Str::ulid()); ``` During testing, it may be useful to "fake" the value that is returned by the `Str::ulid` method. To accomplish this, you may use the `createUlidsUsing` method: use Symfony\Component\Uid\Ulid; Str::createUlidsUsing(function () { return new Ulid('01HRDBNHHCKNW2AK4Z29SN82T9'); }); To instruct the `ulid` method to return to generating ULIDs normally, you may invoke the `createUlidsNormally` method: Str::createUlidsNormally(); <a name="method-str-unwrap"></a> #### `Str::unwrap()` {.collection-method} The `Str::unwrap` method removes the specified strings from the beginning and end of a given string: use Illuminate\Support\Str; Str::unwrap('-Laravel-', '-'); // Laravel Str::unwrap('{framework: "Laravel"}', '{', '}'); // framework: "Laravel" <a name="method-str-uuid"></a> #### `Str::uuid()` {.collection-method} The `Str::uuid` method generates a UUID (version 4): use Illuminate\Support\Str; return (string) Str::uuid(); During testing, it may be useful to "fake" the value that is returned by the `Str::uuid` method. To accomplish this, you may use the `createUuidsUsing` method: use Ramsey\Uuid\Uuid; Str::createUuidsUsing(function () { return Uuid::fromString('eadbfeac-5258-45c2-bab7-ccb9b5ef74f9'); }); To instruct the `uuid` method to return to generating UUIDs normally, you may invoke the `createUuidsNormally` method: Str::createUuidsNormally(); <a name="method-str-word-count"></a> #### `Str::wordCount()` {.collection-method} The `Str::wordCount` method returns the number of words that a string contains: ```php use Illuminate\Support\Str; Str::wordCount('Hello, world!'); // 2 ``` <a name="method-str-word-wrap"></a> #### `Str::wordWrap()` {.collection-method} The `Str::wordWrap` method wraps a string to a given number of characters: use Illuminate\Support\Str; $text = "The quick brown fox jumped over the lazy dog." Str::wordWrap($text, characters: 20, break: "<br />\n"); /* The quick brown fox<br /> jumped over the lazy<br /> dog. */ <a name="method-str-words"></a> #### `Str::words()` {.collection-method} The `Str::words` method limits the number of words in a string. An additional string may be passed to this method via its third argument to specify which string should be appended to the end of the truncated string: use Illuminate\Support\Str; return Str::words('Perfectly balanced, as all things should be.', 3, ' >>>'); // Perfectly balanced, as >>> <a name="method-str-wrap"></a> #### `Str::wrap()` {.collection-method} The `Str::wrap` method wraps the given string with an additional string or pair of strings: use Illuminate\Support\Str; Str::wrap('Laravel', '"'); // "Laravel" Str::wrap('is', before: 'This ', after: ' Laravel!'); // This is Laravel! <a name="method-str"></a> #### `str()` {.collection-method} The `str` function returns a new `Illuminate\Support\Stringable` instance of the given string. This function is equivalent to the `Str::of` method: $string = str('Taylor')->append(' Otwell'); // 'Taylor Otwell' If no argument is provided to the `str` function, the function returns an instance of `Illuminate\Support\Str`: $snake = str()->snake('FooBar'); // 'foo_bar' <a name="method-trans"></a> #### `trans()` {.collection-method} The `trans` function translates the given translation key using your [language files](/docs/{{version}}/localization): echo trans('messages.welcome'); If the specified translation key does not exist, the `trans` function will return the given key. So, using the example above, the `trans` function would return `messages.welcome` if the translation key does not exist. <a name="method-trans-choice"></a> #### `trans_choice()` {.collection-method} The `trans_choice` function translates the given translation key with inflection: echo trans_choice('messages.notifications', $unreadCount); If the specified translation key does not exist, the `trans_choice` function will return the given key. So, using the example above, the `trans_choice` function would return `messages.notifications` if the translation key does not exist. <a name="fluent-strings"></a> ## Fluent Strings Fluent strings provide a more fluent, object-oriented interface for working with string values, allowing you to chain multiple string operations together using a more readable syntax compared to traditional string operations. <a name="method-fluent-str-after"></a> #### `after` {.collection-method} The `after` method returns everything after the given value in a string. The entire string will be returned if the value does not exist within the string: use Illuminate\Support\Str; $slice = Str::of('This is my name')->after('This is'); // ' my name' <a name="method-fluent-str-after-last"></a> #### `afterLast` {.collection-method} The `afterLast` method returns everything after the last occurrence of the given value in a string. The entire string will be returned if the value does not exist within the string: use Illuminate\Support\Str; $slice = Str::of('App\Http\Controllers\Controller')->afterLast('\\'); // 'Controller' <a name="method-fluent-str-apa"></a> #### `apa` {.collection-method} The `apa` method converts the given string to title case following the [APA guidelines](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case): use Illuminate\Support\Str; $converted = Str::of('a nice title uses the correct case')->apa(); // A Nice Title Uses the Correct Case <a name="method-fluent-str-append"></a> #### `append` {.collection-method} The `append` method appends the given values to the string: use Illuminate\Support\Str; $string = Str::of('Taylor')->append(' Otwell'); // 'Taylor Otwell' <a name="method-fluent-str-ascii"></a> #### `ascii` {.collection-method} The `ascii` method will attempt to transliterate the string into an ASCII value: use Illuminate\Support\Str; $string = Str::of('ü')->ascii(); // 'u' <a name="method-fluent-str-basename"></a> #### `basename` {.collection-method} The `basename` method will return the trailing name component of the given string: use Illuminate\Support\Str; $string = Str::of('/foo/bar/baz')->basename(); // 'baz' If needed, you may provide an "extension" that will be removed from the trailing component: use Illuminate\Support\Str; $string = Str::of('/foo/bar/baz.jpg')->basename('.jpg'); // 'baz' <a name="method-fluent-str-before"></a> #### `before` {.collection-method} The `before` method returns everything before the given value in a string: use Illuminate\Support\Str; $slice = Str::of('This is my name')->before('my name'); // 'This is ' <a name="method-fluent-str-before-last"></a> #### `beforeLast` {.collection-method} The `beforeLast` method returns everything before the last occurrence of the given value in a string: use Illuminate\Support\Str; $slice = Str::of('This is my name')->beforeLast('is'); // 'This ' <a name="method-fluent-str-between"></a> #### `between` {.collection-method} The `between` method returns the portion of a string between two values: use Illuminate\Support\Str; $converted = Str::of('This is my name')->between('This', 'name'); // ' is my ' <a name="method-fluent-str-between-first"></a> #### `betweenFirst` {.collection-method} The `betweenFirst` method returns the smallest possible portion of a string between two values: use Illuminate\Support\Str; $converted = Str::of('[a] bc [d]')->betweenFirst('[', ']'); // 'a' <a name="method-fluent-str-camel"></a> #### `camel` {.collection-method} The `camel` method converts the given string to `camelCase`: use Illuminate\Support\Str; $converted = Str::of('foo_bar')->camel(); // 'fooBar' <a name="method-fluent-str-char-at"></a> #### `charAt` {.collection-method} The `charAt` method returns the character at the specified index. If the index is out of bounds, `false` is returned: use Illuminate\Support\Str; $character = Str::of('This is my name.')->charAt(6); // 's' <a name="method-fluent-str-class-basename"></a> #### `classBasename` {.collection-method} The `classBasename` method returns the class name of the given class with the class's namespace removed: use Illuminate\Support\Str; $class = Str::of('Foo\Bar\Baz')->classBasename(); // 'Baz' <a name="method-fluent-str-contains"></a> #### `contains` {.collection-method} The `contains` method determines if the given string contains the given value. This method is case sensitive: use Illuminate\Support\Str; $contains = Str::of('This is my name')->contains('my'); // true You may also pass an array of values to determine if the given string contains any of the values in the array: use Illuminate\Support\Str; $contains = Str::of('This is my name')->contains(['my', 'foo']); // true <a name="method-fluent-str-contains-all"></a> #### `containsAll` {.collection-method} The `containsAll` method determines if the given string contains all of the values in the given array: use Illuminate\Support\Str; $containsAll = Str::of('This is my name')->containsAll(['my', 'name']); // true <a name="method-fluent-str-dirname"></a> #### `dirname` {.collection-method} The `dirname` method returns the parent directory portion of the given string: use Illuminate\Support\Str; $string = Str::of('/foo/bar/baz')->dirname(); // '/foo/bar' If necessary, you may specify how many directory levels you wish to trim from the string: use Illuminate\Support\Str; $string = Str::of('/foo/bar/baz')->dirname(2); // '/foo' <a name="method-fluent-str-excerpt"></a> #### `excerpt` {.collection-method} The `excerpt` method extracts an excerpt from the string that matches the first instance of a phrase within that string: use Illuminate\Support\Str; $excerpt = Str::of('This is my name')->excerpt('my', [ 'radius' => 3 ]); // '...is my na...' The `radius` option, which defaults to `100`, allows you to define the number of characters that should appear on each side of the truncated string. In addition, you may use the `omission` option to change the string that will be prepended and appended to the truncated string: use Illuminate\Support\Str; $excerpt = Str::of('This is my name')->excerpt('name', [ 'radius' => 3, 'omission' => '(...) ' ]); // '(...) my name' <a name="method-fluent-str-ends-with"></a> #### `endsWith` {.collection-method} The `endsWith` method determines if the given string ends with the given value: use Illuminate\Support\Str; $result = Str::of('This is my name')->endsWith('name'); // true You may also pass an array of values to determine if the given string ends with any of the values in the array: use Illuminate\Support\Str; $result = Str::of('This is my name')->endsWith(['name', 'foo']); // true $result = Str::of('This is my name')->endsWith(['this', 'foo']); // false <a name="method-fluent-str-exactly"></a> #### `exactly` {.collection-method} The `exactly` method determines if the given string is an exact match with another string: use Illuminate\Support\Str; $result = Str::of('Laravel')->exactly('Laravel'); // true <a name="method-fluent-str-explode"></a> #### `explode` {.collection-method} The `explode` method splits the string by the given delimiter and returns a collection containing each section of the split string: use Illuminate\Support\Str; $collection = Str::of('foo bar baz')->explode(' '); // collect(['foo', 'bar', 'baz']) <a name="method-fluent-str-finish"></a> #### `finish` {.collection-method} The `finish` method adds a single instance of the given value to a string if it does not already end with that value: use Illuminate\Support\Str; $adjusted = Str::of('this/string')->finish('/'); // this/string/ $adjusted = Str::of('this/string/')->finish('/'); // this/string/ <a name="method-fluent-str-headline"></a> #### `headline` {.collection-method} The `headline` method will convert strings delimited by casing, hyphens, or underscores into a space delimited string with each word's first letter capitalized: use Illuminate\Support\Str; $headline = Str::of('taylor_otwell')->headline(); // Taylor Otwell $headline = Str::of('EmailNotificationSent')->headline(); // Email Notification Sent <a name="method-fluent-str-inline-markdown"></a> #### `inlineMarkdown` {.collection-method} The `inlineMarkdown` method converts GitHub flavored Markdown into inline HTML using [CommonMark](https://commonmark.thephpleague.com/). However, unlike the `markdown` method, it does not wrap all generated HTML in a block-level element: use Illuminate\Support\Str; $html = Str::of('**Laravel**')->inlineMarkdown(); // <strong>Laravel</strong> #### Markdown Security By default, Markdown supports raw HTML, which will expose Cross-Site Scripting (XSS) vulnerabilities when used with raw user input. As per the [CommonMark Security documentation](https://commonmark.thephpleague.com/security/), you may use the `html_input` option to either escape or strip raw HTML, and the `allow_unsafe_links` option to specify whether to allow unsafe links. If you need to allow some raw HTML, you should pass your compiled Markdown through an HTML Purifier: use Illuminate\Support\Str; Str::of('Inject: <script>alert("Hello XSS!");</script>')->inlineMarkdown([ 'html_input' => 'strip', 'allow_unsafe_links' => false, ]); // Inject: alert(&quot;Hello XSS!&quot;); <a name="method-fluent-str-is"></a> #### `is` {.collection-method} The `is` method determines if a given string matches a given pattern. Asterisks may be used as wildcard values use Illuminate\Support\Str; $matches = Str::of('foobar')->is('foo*'); // true $matches = Str::of('foobar')->is('baz*'); // false <a name="method-fluent-str-is-ascii"></a> #### `isAscii` {.collection-method} The `isAscii` method determines if a given string is an ASCII string: use Illuminate\Support\Str; $result = Str::of('Taylor')->isAscii(); // true $result = Str::of('ü')->isAscii(); // false <a name="method-fluent-str-is-empty"></a> #### `isEmpty` {.collection-method} The `isEmpty` method determines if the given string is empty: use Illuminate\Support\Str; $result = Str::of(' ')->trim()->isEmpty(); // true $result = Str::of('Laravel')->trim()->isEmpty(); // false <a name="method-fluent-str-is-not-empty"></a> #### `isNotEmpty` {.collection-method} The `isNotEmpty` method determines if the given string is not empty: use Illuminate\Support\Str; $result = Str::of(' ')->trim()->isNotEmpty(); // false $result = Str::of('Laravel')->trim()->isNotEmpty(); // true <a name="method-fluent-str-is-json"></a> #### `isJson` {.collection-method} The `isJson` method determines if a given string is valid JSON: use Illuminate\Support\Str; $result = Str::of('[1,2,3]')->isJson(); // true $result = Str::of('{"first": "John", "last": "Doe"}')->isJson(); // true $result = Str::of('{first: "John", last: "Doe"}')->isJson(); // false <a name="method-fluent-str-is-ulid"></a> #### `isUlid` {.collection-method} The `isUlid` method determines if a given string is a ULID: use Illuminate\Support\Str; $result = Str::of('01gd6r360bp37zj17nxb55yv40')->isUlid(); // true $result = Str::of('Taylor')->isUlid(); // false <a name="method-fluent-str-is-url"></a> #### `isUrl` {.collection-method} The `isUrl` method determines if a given string is a URL: use Illuminate\Support\Str; $result = Str::of('http://example.com')->isUrl(); // true $result = Str::of('Taylor')->isUrl(); // false The `isUrl` method considers a wide range of protocols as valid. However, you may specify the protocols that should be considered valid by providing them to the `isUrl` method: $result = Str::of('http://example.com')->isUrl(['http', 'https']); <a name="method-fluent-str-is-uuid"></a> #### `isUuid` {.collection-method} The `isUuid` method determines if a given string is a UUID: use Illuminate\Support\Str; $result = Str::of('5ace9ab9-e9cf-4ec6-a19d-5881212a452c')->isUuid(); // true $result = Str::of('Taylor')->isUuid(); // false <a name="method-fluent-str-kebab"></a> #### `kebab` {.collection-method} The `kebab` method converts the given string to `kebab-case`: use Illuminate\Support\Str; $converted = Str::of('fooBar')->kebab(); // foo-bar <a name="method-fluent-str-lcfirst"></a> #### `lcfirst` {.collection-method} The `lcfirst` method returns the given string with the first character lowercased: use Illuminate\Support\Str; $string = Str::of('Foo Bar')->lcfirst(); // foo Bar <a name="method-fluent-str-length"></a> #### `length` {.collection-method} The `length` method returns the length of the given string: use Illuminate\Support\Str; $length = Str::of('Laravel')->length(); // 7 <a name="method-fluent-str-limit"></a> #### `limit` {.collection-method} The `limit` method truncates the given string to the specified length: use Illuminate\Support\Str; $truncated = Str::of('The quick brown fox jumps over the lazy dog')->limit(20); // The quick brown fox... You may also pass a second argument to change the string that will be appended to the end of the truncated string: use Illuminate\Support\Str; $truncated = Str::of('The quick brown fox jumps over the lazy dog')->limit(20, ' (...)'); // The quick brown fox (...) <a name="method-fluent-str-lower"></a> #### `lower` {.collection-method} The `lower` method converts the given string to lowercase: use Illuminate\Support\Str; $result = Str::of('LARAVEL')->lower(); // 'laravel' <a name="method-fluent-str-ltrim"></a> #### `ltrim` {.collection-method} The `ltrim` method trims the left side of the string: use Illuminate\Support\Str; $string = Str::of(' Laravel ')->ltrim(); // 'Laravel ' $string = Str::of('/Laravel/')->ltrim('/'); // 'Laravel/' <a name="method-fluent-str-markdown"></a> #### `markdown` {.collection-method} The `markdown` method converts GitHub flavored Markdown into HTML: use Illuminate\Support\Str; $html = Str::of('# Laravel')->markdown(); // <h1>Laravel</h1> $html = Str::of('# Taylor <b>Otwell</b>')->markdown([ 'html_input' => 'strip', ]); // <h1>Taylor Otwell</h1> #### Markdown Security By default, Markdown supports raw HTML, which will expose Cross-Site Scripting (XSS) vulnerabilities when used with raw user input. As per the [CommonMark Security documentation](https://commonmark.thephpleague.com/security/), you may use the `html_input` option to either escape or strip raw HTML, and the `allow_unsafe_links` option to specify whether to allow unsafe links. If you need to allow some raw HTML, you should pass your compiled Markdown through an HTML Purifier: use Illuminate\Support\Str; Str::of('Inject: <script>alert("Hello XSS!");</script>')->markdown([ 'html_input' => 'strip', 'allow_unsafe_links' => false, ]); // <p>Inject: alert(&quot;Hello XSS!&quot;);</p> <a name="method-fluent-str-mask"></a> #### `mask` {.collection-method} The `mask` method masks a portion of a string with a repeated character, and may be used to obfuscate segments of strings such as email addresses and phone numbers: use Illuminate\Support\Str; $string = Str::of('taylor@example.com')->mask('*', 3); // tay*************** If needed, you may provide negative numbers as the third or fourth argument to the `mask` method, which will instruct the method to begin masking at the given distance from the end of the string: $string = Str::of('taylor@example.com')->mask('*', -15, 3); // tay***@example.com $string = Str::of('taylor@example.com')->mask('*', 4, -4); // tayl**********.com <a name="method-fluent-str-match"></a> #### `match` {.collection-method} The `match` method will return the portion of a string that matches a given regular expression pattern: use Illuminate\Support\Str; $result = Str::of('foo bar')->match('/bar/'); // 'bar' $result = Str::of('foo bar')->match('/foo (.*)/'); // 'bar' <a name="method-fluent-str-match-all"></a> #### `matchAll` {.collection-method} The `matchAll` method will return a collection containing the portions of a string that match a given regular expression pattern: use Illuminate\Support\Str; $result = Str::of('bar foo bar')->matchAll('/bar/'); // collect(['bar', 'bar']) If you specify a matching group within the expression, Laravel will return a collection of that group's matches: use Illuminate\Support\Str; $result = Str::of('bar fun bar fly')->matchAll('/f(\w*)/'); // collect(['un', 'ly']); If no matches are found, an empty collection will be returned. <a name="method-fluent-str-is-match"></a> #### `isMatch` {.collection-method} The `isMatch` method will return `true` if the string matches a given regular expression: use Illuminate\Support\Str; $result = Str::of('foo bar')->isMatch('/foo (.*)/'); // true $result = Str::of('laravel')->isMatch('/foo (.*)/'); // false <a name="method-fluent-str-new-line"></a> #### `newLine` {.collection-method} The `newLine` method appends an "end of line" character to a string: use Illuminate\Support\Str; $padded = Str::of('Laravel')->newLine()->append('Framework'); // 'Laravel // Framework' <a name="method-fluent-str-padboth"></a> #### `padBoth` {.collection-method} The `padBoth` method wraps PHP's `str_pad` function, padding both sides of a string with another string until the final string reaches the desired length: use Illuminate\Support\Str; $padded = Str::of('James')->padBoth(10, '_'); // '__James___' $padded = Str::of('James')->padBoth(10); // ' James ' <a name="method-fluent-str-padleft"></a> #### `padLeft` {.collection-method} The `padLeft` method wraps PHP's `str_pad` function, padding the left side of a string with another string until the final string reaches the desired length: use Illuminate\Support\Str; $padded = Str::of('James')->padLeft(10, '-='); // '-=-=-James' $padded = Str::of('James')->padLeft(10); // ' James' <a name="method-fluent-str-padright"></a> #### `padRight` {.collection-method} The `padRight` method wraps PHP's `str_pad` function, padding the right side of a string with another string until the final string reaches the desired length: use Illuminate\Support\Str; $padded = Str::of('James')->padRight(10, '-'); // 'James-----' $padded = Str::of('James')->padRight(10); // 'James ' <a name="method-fluent-str-pipe"></a> #### `pipe` {.collection-method} The `pipe` method allows you to transform the string by passing its current value to the given callable: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $hash = Str::of('Laravel')->pipe('md5')->prepend('Checksum: '); // 'Checksum: a5c95b86291ea299fcbe64458ed12702' $closure = Str::of('foo')->pipe(function (Stringable $str) { return 'bar'; }); // 'bar' <a name="method-fluent-str-plural"></a> #### `plural` {.collection-method} The `plural` method converts a singular word string to its plural form. This function supports [any of the languages support by Laravel's pluralizer](/docs/{{version}}/localization#pluralization-language): use Illuminate\Support\Str; $plural = Str::of('car')->plural(); // cars $plural = Str::of('child')->plural(); // children You may provide an integer as a second argument to the function to retrieve the singular or plural form of the string: use Illuminate\Support\Str; $plural = Str::of('child')->plural(2); // children $plural = Str::of('child')->plural(1); // child <a name="method-fluent-str-position"></a> #### `position` {.collection-method} The `position` method returns the position of the first occurrence of a substring in a string. If the substring does not exist within the string, `false` is returned: use Illuminate\Support\Str; $position = Str::of('Hello, World!')->position('Hello'); // 0 $position = Str::of('Hello, World!')->position('W'); // 7 <a name="method-fluent-str-prepend"></a> #### `prepend` {.collection-method} The `prepend` method prepends the given values onto the string: use Illuminate\Support\Str; $string = Str::of('Framework')->prepend('Laravel '); // Laravel Framework <a name="method-fluent-str-remove"></a> #### `remove` {.collection-method} The `remove` method removes the given value or array of values from the string: use Illuminate\Support\Str; $string = Str::of('Arkansas is quite beautiful!')->remove('quite'); // Arkansas is beautiful! You may also pass `false` as a second parameter to ignore case when removing strings. <a name="method-fluent-str-repeat"></a> #### `repeat` {.collection-method} The `repeat` method repeats the given string: ```php use Illuminate\Support\Str; $repeated = Str::of('a')->repeat(5); // aaaaa ``` <a name="method-fluent-str-replace"></a> #### `replace` {.collection-method} The `replace` method replaces a given string within the string: use Illuminate\Support\Str; $replaced = Str::of('Laravel 6.x')->replace('6.x', '7.x'); // Laravel 7.x The `replace` method also accepts a `caseSensitive` argument. By default, the `replace` method is case sensitive: $replaced = Str::of('macOS 13.x')->replace( 'macOS', 'iOS', caseSensitive: false ); <a name="method-fluent-str-replace-array"></a> #### `replaceArray` {.collection-method} The `replaceArray` method replaces a given value in the string sequentially using an array: use Illuminate\Support\Str; $string = 'The event will take place between ? and ?'; $replaced = Str::of($string)->replaceArray('?', ['8:30', '9:00']); // The event will take place between 8:30 and 9:00 <a name="method-fluent-str-replace-first"></a> #### `replaceFirst` {.collection-method} The `replaceFirst` method replaces the first occurrence of a given value in a string: use Illuminate\Support\Str; $replaced = Str::of('the quick brown fox jumps over the lazy dog')->replaceFirst('the', 'a'); // a quick brown fox jumps over the lazy dog <a name="method-fluent-str-replace-last"></a> #### `replaceLast` {.collection-method} The `replaceLast` method replaces the last occurrence of a given value in a string: use Illuminate\Support\Str; $replaced = Str::of('the quick brown fox jumps over the lazy dog')->replaceLast('the', 'a'); // the quick brown fox jumps over a lazy dog <a name="method-fluent-str-replace-matches"></a> #### `replaceMatches` {.collection-method} The `replaceMatches` method replaces all portions of a string matching a pattern with the given replacement string: use Illuminate\Support\Str; $replaced = Str::of('(+1) 501-555-1000')->replaceMatches('/[^A-Za-z0-9]++/', '') // '15015551000' The `replaceMatches` method also accepts a closure that will be invoked with each portion of the string matching the given pattern, allowing you to perform the replacement logic within the closure and return the replaced value: use Illuminate\Support\Str; $replaced = Str::of('123')->replaceMatches('/\d/', function (array $matches) { return '['.$matches[0].']'; }); // '[1][2][3]' <a name="method-fluent-str-replace-start"></a> #### `replaceStart` {.collection-method} The `replaceStart` method replaces the first occurrence of the given value only if the value appears at the start of the string: use Illuminate\Support\Str; $replaced = Str::of('Hello World')->replaceStart('Hello', 'Laravel'); // Laravel World $replaced = Str::of('Hello World')->replaceStart('World', 'Laravel'); // Hello World <a name="method-fluent-str-replace-end"></a> #### `replaceEnd` {.collection-method} The `replaceEnd` method replaces the last occurrence of the given value only if the value appears at the end of the string: use Illuminate\Support\Str; $replaced = Str::of('Hello World')->replaceEnd('World', 'Laravel'); // Hello Laravel $replaced = Str::of('Hello World')->replaceEnd('Hello', 'Laravel'); // Hello World <a name="method-fluent-str-rtrim"></a> #### `rtrim` {.collection-method} The `rtrim` method trims the right side of the given string: use Illuminate\Support\Str; $string = Str::of(' Laravel ')->rtrim(); // ' Laravel' $string = Str::of('/Laravel/')->rtrim('/'); // '/Laravel' <a name="method-fluent-str-scan"></a> #### `scan` {.collection-method} The `scan` method parses input from a string into a collection according to a format supported by the [`sscanf` PHP function](https://www.php.net/manual/en/function.sscanf.php): use Illuminate\Support\Str; $collection = Str::of('filename.jpg')->scan('%[^.].%s'); // collect(['filename', 'jpg']) <a name="method-fluent-str-singular"></a> #### `singular` {.collection-method} The `singular` method converts a string to its singular form. This function supports [any of the languages support by Laravel's pluralizer](/docs/{{version}}/localization#pluralization-language): use Illuminate\Support\Str; $singular = Str::of('cars')->singular(); // car $singular = Str::of('children')->singular(); // child <a name="method-fluent-str-slug"></a> #### `slug` {.collection-method} The `slug` method generates a URL friendly "slug" from the given string: use Illuminate\Support\Str; $slug = Str::of('Laravel Framework')->slug('-'); // laravel-framework <a name="method-fluent-str-snake"></a> #### `snake` {.collection-method} The `snake` method converts the given string to `snake_case`: use Illuminate\Support\Str; $converted = Str::of('fooBar')->snake(); // foo_bar <a name="method-fluent-str-split"></a> #### `split` {.collection-method} The `split` method splits a string into a collection using a regular expression: use Illuminate\Support\Str; $segments = Str::of('one, two, three')->split('/[\s,]+/'); // collect(["one", "two", "three"]) <a name="method-fluent-str-squish"></a> #### `squish` {.collection-method} The `squish` method removes all extraneous white space from a string, including extraneous white space between words: use Illuminate\Support\Str; $string = Str::of(' laravel framework ')->squish(); // laravel framework <a name="method-fluent-str-start"></a> #### `start` {.collection-method} The `start` method adds a single instance of the given value to a string if it does not already start with that value: use Illuminate\Support\Str; $adjusted = Str::of('this/string')->start('/'); // /this/string $adjusted = Str::of('/this/string')->start('/'); // /this/string <a name="method-fluent-str-starts-with"></a> #### `startsWith` {.collection-method} The `startsWith` method determines if the given string begins with the given value: use Illuminate\Support\Str; $result = Str::of('This is my name')->startsWith('This'); // true <a name="method-fluent-str-strip-tags"></a> #### `stripTags` {.collection-method} The `stripTags` method removes all HTML and PHP tags from a string: use Illuminate\Support\Str; $result = Str::of('<a href="https://laravel.com">Taylor <b>Otwell</b></a>')->stripTags(); // Taylor Otwell $result = Str::of('<a href="https://laravel.com">Taylor <b>Otwell</b></a>')->stripTags('<b>'); // Taylor <b>Otwell</b> <a name="method-fluent-str-studly"></a> #### `studly` {.collection-method} The `studly` method converts the given string to `StudlyCase`: use Illuminate\Support\Str; $converted = Str::of('foo_bar')->studly(); // FooBar <a name="method-fluent-str-substr"></a> #### `substr` {.collection-method} The `substr` method returns the portion of the string specified by the given start and length parameters: use Illuminate\Support\Str; $string = Str::of('Laravel Framework')->substr(8); // Framework $string = Str::of('Laravel Framework')->substr(8, 5); // Frame <a name="method-fluent-str-substrreplace"></a> #### `substrReplace` {.collection-method} The `substrReplace` method replaces text within a portion of a string, starting at the position specified by the second argument and replacing the number of characters specified by the third argument. Passing `0` to the method's third argument will insert the string at the specified position without replacing any of the existing characters in the string: use Illuminate\Support\Str; $string = Str::of('1300')->substrReplace(':', 2); // 13: $string = Str::of('The Framework')->substrReplace(' Laravel', 3, 0); // The Laravel Framework <a name="method-fluent-str-swap"></a> #### `swap` {.collection-method} The `swap` method replaces multiple values in the string using PHP's `strtr` function: use Illuminate\Support\Str; $string = Str::of('Tacos are great!') ->swap([ 'Tacos' => 'Burritos', 'great' => 'fantastic', ]); // Burritos are fantastic! <a name="method-fluent-str-take"></a> #### `take` {.collection-method} The `take` method returns a specified number of characters from the beginning of the string: use Illuminate\Support\Str; $taken = Str::of('Build something amazing!')->take(5); // Build <a name="method-fluent-str-tap"></a> #### `tap` {.collection-method} The `tap` method passes the string to the given closure, allowing you to examine and interact with the string while not affecting the string itself. The original string is returned by the `tap` method regardless of what is returned by the closure: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('Laravel') ->append(' Framework') ->tap(function (Stringable $string) { dump('String after append: '.$string); }) ->upper(); // LARAVEL FRAMEWORK <a name="method-fluent-str-test"></a> #### `test` {.collection-method} The `test` method determines if a string matches the given regular expression pattern: use Illuminate\Support\Str; $result = Str::of('Laravel Framework')->test('/Laravel/'); // true <a name="method-fluent-str-title"></a> #### `title` {.collection-method} The `title` method converts the given string to `Title Case`: use Illuminate\Support\Str; $converted = Str::of('a nice title uses the correct case')->title(); // A Nice Title Uses The Correct Case <a name="method-fluent-str-to-base64"></a> #### `toBase64()` {.collection-method} The `toBase64` method converts the given string to Base64: use Illuminate\Support\Str; $base64 = Str::of('Laravel')->toBase64(); // TGFyYXZlbA== <a name="method-fluent-str-trim"></a> #### `trim` {.collection-method} The `trim` method trims the given string: use Illuminate\Support\Str; $string = Str::of(' Laravel ')->trim(); // 'Laravel' $string = Str::of('/Laravel/')->trim('/'); // 'Laravel' <a name="method-fluent-str-ucfirst"></a> #### `ucfirst` {.collection-method} The `ucfirst` method returns the given string with the first character capitalized: use Illuminate\Support\Str; $string = Str::of('foo bar')->ucfirst(); // Foo bar <a name="method-fluent-str-ucsplit"></a> #### `ucsplit` {.collection-method} The `ucsplit` method splits the given string into a collection by uppercase characters: use Illuminate\Support\Str; $string = Str::of('Foo Bar')->ucsplit(); // collect(['Foo', 'Bar']) <a name="method-fluent-str-unwrap"></a> #### `unwrap` {.collection-method} The `unwrap` method removes the specified strings from the beginning and end of a given string: use Illuminate\Support\Str; Str::of('-Laravel-')->unwrap('-'); // Laravel Str::of('{framework: "Laravel"}')->unwrap('{', '}'); // framework: "Laravel" <a name="method-fluent-str-upper"></a> #### `upper` {.collection-method} The `upper` method converts the given string to uppercase: use Illuminate\Support\Str; $adjusted = Str::of('laravel')->upper(); // LARAVEL <a name="method-fluent-str-when"></a> #### `when` {.collection-method} The `when` method invokes the given closure if a given condition is `true`. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('Taylor') ->when(true, function (Stringable $string) { return $string->append(' Otwell'); }); // 'Taylor Otwell' If necessary, you may pass another closure as the third parameter to the `when` method. This closure will execute if the condition parameter evaluates to `false`. <a name="method-fluent-str-when-contains"></a> #### `whenContains` {.collection-method} The `whenContains` method invokes the given closure if the string contains the given value. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('tony stark') ->whenContains('tony', function (Stringable $string) { return $string->title(); }); // 'Tony Stark' If necessary, you may pass another closure as the third parameter to the `when` method. This closure will execute if the string does not contain the given value. You may also pass an array of values to determine if the given string contains any of the values in the array: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('tony stark') ->whenContains(['tony', 'hulk'], function (Stringable $string) { return $string->title(); }); // Tony Stark <a name="method-fluent-str-when-contains-all"></a> #### `whenContainsAll` {.collection-method} The `whenContainsAll` method invokes the given closure if the string contains all of the given sub-strings. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('tony stark') ->whenContainsAll(['tony', 'stark'], function (Stringable $string) { return $string->title(); }); // 'Tony Stark' If necessary, you may pass another closure as the third parameter to the `when` method. This closure will execute if the condition parameter evaluates to `false`. <a name="method-fluent-str-when-empty"></a> #### `whenEmpty` {.collection-method} The `whenEmpty` method invokes the given closure if the string is empty. If the closure returns a value, that value will also be returned by the `whenEmpty` method. If the closure does not return a value, the fluent string instance will be returned: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of(' ')->whenEmpty(function (Stringable $string) { return $string->trim()->prepend('Laravel'); }); // 'Laravel' <a name="method-fluent-str-when-not-empty"></a> #### `whenNotEmpty` {.collection-method} The `whenNotEmpty` method invokes the given closure if the string is not empty. If the closure returns a value, that value will also be returned by the `whenNotEmpty` method. If the closure does not return a value, the fluent string instance will be returned: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('Framework')->whenNotEmpty(function (Stringable $string) { return $string->prepend('Laravel '); }); // 'Laravel Framework' <a name="method-fluent-str-when-starts-with"></a> #### `whenStartsWith` {.collection-method} The `whenStartsWith` method invokes the given closure if the string starts with the given sub-string. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('disney world')->whenStartsWith('disney', function (Stringable $string) { return $string->title(); }); // 'Disney World' <a name="method-fluent-str-when-ends-with"></a> #### `whenEndsWith` {.collection-method} The `whenEndsWith` method invokes the given closure if the string ends with the given sub-string. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('disney world')->whenEndsWith('world', function (Stringable $string) { return $string->title(); }); // 'Disney World' <a name="method-fluent-str-when-exactly"></a> #### `whenExactly` {.collection-method} The `whenExactly` method invokes the given closure if the string exactly matches the given string. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('laravel')->whenExactly('laravel', function (Stringable $string) { return $string->title(); }); // 'Laravel' <a name="method-fluent-str-when-not-exactly"></a> #### `whenNotExactly` {.collection-method} The `whenNotExactly` method invokes the given closure if the string does not exactly match the given string. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('framework')->whenNotExactly('laravel', function (Stringable $string) { return $string->title(); }); // 'Framework' <a name="method-fluent-str-when-is"></a> #### `whenIs` {.collection-method} The `whenIs` method invokes the given closure if the string matches a given pattern. Asterisks may be used as wildcard values. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('foo/bar')->whenIs('foo/*', function (Stringable $string) { return $string->append('/baz'); }); // 'foo/bar/baz' <a name="method-fluent-str-when-is-ascii"></a> #### `whenIsAscii` {.collection-method} The `whenIsAscii` method invokes the given closure if the string is 7 bit ASCII. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('laravel')->whenIsAscii(function (Stringable $string) { return $string->title(); }); // 'Laravel' <a name="method-fluent-str-when-is-ulid"></a> #### `whenIsUlid` {.collection-method} The `whenIsUlid` method invokes the given closure if the string is a valid ULID. The closure will receive the fluent string instance: use Illuminate\Support\Str; $string = Str::of('01gd6r360bp37zj17nxb55yv40')->whenIsUlid(function (Stringable $string) { return $string->substr(0, 8); }); // '01gd6r36' <a name="method-fluent-str-when-is-uuid"></a> #### `whenIsUuid` {.collection-method} The `whenIsUuid` method invokes the given closure if the string is a valid UUID. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('a0a2a2d2-0b87-4a18-83f2-2529882be2de')->whenIsUuid(function (Stringable $string) { return $string->substr(0, 8); }); // 'a0a2a2d2' <a name="method-fluent-str-when-test"></a> #### `whenTest` {.collection-method} The `whenTest` method invokes the given closure if the string matches the given regular expression. The closure will receive the fluent string instance: use Illuminate\Support\Str; use Illuminate\Support\Stringable; $string = Str::of('laravel framework')->whenTest('/laravel/', function (Stringable $string) { return $string->title(); }); // 'Laravel Framework' <a name="method-fluent-str-word-count"></a> #### `wordCount` {.collection-method} The `wordCount` method returns the number of words that a string contains: ```php use Illuminate\Support\Str; Str::of('Hello, world!')->wordCount(); // 2 ``` <a name="method-fluent-str-words"></a> #### `words` {.collection-method} The `words` method limits the number of words in a string. If necessary, you may specify an additional string that will be appended to the truncated string: use Illuminate\Support\Str; $string = Str::of('Perfectly balanced, as all things should be.')->words(3, ' >>>'); // Perfectly balanced, as >>>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianirish/laravel-mcp-companion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server