diff --git a/README.md b/README.md index 3880809..338859d 100644 --- a/README.md +++ b/README.md @@ -26,124 +26,124 @@ documentation. * [Instance methods](#instance-methods) - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
[append](#appendstring-string)[at](#atint-index)[between](#betweenstring-start-string-end--int-offset)[camelize](#camelize)appendatbetweencamelize
[chars](#chars)[collapseWhitespace](#collapsewhitespace)[contains](#containsstring-needle--boolean-casesensitive--true-)[containsAll](#containsallarray-needles--boolean-casesensitive--true-)charscollapseWhitespacecontainscontainsAll
[containsAny](#containsanyarray-needles--boolean-casesensitive--true-)[countSubstr](#countsubstrstring-substring--boolean-casesensitive--true-)[dasherize](#dasherize)[delimit](#delimitint-delimiter)containsAnycountSubstrdasherizedelimit
[endsWith](#endswithstring-substring--boolean-casesensitive--true-)[endsWithAny](#endswithanystring-substrings--boolean-casesensitive--true-)[ensureLeft](#ensureleftstring-substring)[ensureRight](#ensurerightstring-substring)endsWithendsWithAnyensureLeftensureRight
[first](#firstint-n)[getEncoding](#getencoding)[hasLowerCase](#haslowercase)[hasUpperCase](#hasuppercase)firstgetEncodinghasLowerCasehasUpperCase
[htmlDecode](#htmldecode)[htmlEncode](#htmlencode)[humanize](#humanize)[indexOf](#indexofstring-needle--offset--0-)htmlDecodehtmlEncodehumanizeindexOf
[indexOfLast](#indexoflaststring-needle--offset--0-)[insert](#insertint-index-string-substring)[isAlpha](#isalpha)[isAlphanumeric](#isalphanumeric)indexOfLastinsertisAlphaisAlphanumeric
[isBase64](#isbase64)[isBlank](#isblank)[isHexadecimal](#ishexadecimal)[isJson](#isjson)isBase64isBlankisHexadecimalisJson
[isLowerCase](#islowercase)[isSerialized](#isserialized)[isUpperCase](#isuppercase)[last](#lastint-n)isLowerCaseisSerializedisUpperCaselast
[length](#length)[lines](#lines)[longestCommonPrefix](#longestcommonprefixstring-otherstr)[longestCommonSuffix](#longestcommonsuffixstring-otherstr)lengthlineslongestCommonPrefixlongestCommonSuffix
[longestCommonSubstring](#longestcommonsubstringstring-otherstr)[lowerCaseFirst](#lowercasefirst)[pad](#padint-length--string-padstr-----string-padtype--right-)[padBoth](#padbothint-length--string-padstr----)longestCommonSubstringlowerCaseFirstpadpadBoth
[padLeft](#padleftint-length--string-padstr----)[padRight](#padrightint-length--string-padstr----)[prepend](#prependstring-string)[regexReplace](#regexreplacestring-pattern-string-replacement--string-options--msr)padLeftpadRightprependregexReplace
[removeLeft](#removeleftstring-substring)[removeRight](#removerightstring-substring)[repeat](#repeatint-multiplier)[replace](#replacestring-search-string-replacement)removeLeftremoveRightrepeatreplace
[reverse](#reverse)[safeTruncate](#safetruncateint-length--string-substring---)[shuffle](#shuffle)[slugify](#slugify-string-replacement----)reversesafeTruncateshuffleslugify
[slice](#sliceint-start--int-end-)[split](#splitstring-pattern--int-limit-)[startsWith](#startswithstring-substring--boolean-casesensitive--true-)[startsWithAny](#startswithanystring-substrings--boolean-casesensitive--true-)slicesplitstartsWithstartsWithAny
[stripWhitespace](#stripwhitespace)[substr](#substrint-start--int-length-)[surround](#surroundstring-substring)[swapCase](#swapcase)stripWhitespacesubstrsurroundswapCase
[tidy](#tidy)[titleize](#titleize-array-ignore)[toAscii](#toascii-string-language--en--bool-removeunsupported--true-)[toBoolean](#toboolean)tidytitleizetoAsciitoBoolean
[toLowerCase](#tolowercase)[toSpaces](#tospaces-tablength--4-)[toTabs](#totabs-tablength--4-)[toTitleCase](#totitlecase)toLowerCasetoSpacestoTabstoTitleCase
[toUpperCase](#touppercase)[trim](#trim-string-chars)[trimLeft](#trimleft-string-chars)[trimRight](#trimright-string-chars)toUpperCasetrimtrimLefttrimRight
[truncate](#truncateint-length--string-substring---)[underscored](#underscored)[upperCamelize](#uppercamelize)[upperCaseFirst](#uppercasefirst)truncateunderscoredupperCamelizeupperCaseFirst
* [Extensions](#extensions)