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) | +append | +at | +between | +camelize |
[chars](#chars) | -[collapseWhitespace](#collapsewhitespace) | -[contains](#containsstring-needle--boolean-casesensitive--true-) | -[containsAll](#containsallarray-needles--boolean-casesensitive--true-) | +chars | +collapseWhitespace | +contains | +containsAll |
[containsAny](#containsanyarray-needles--boolean-casesensitive--true-) | -[countSubstr](#countsubstrstring-substring--boolean-casesensitive--true-) | -[dasherize](#dasherize) | -[delimit](#delimitint-delimiter) | +containsAny | +countSubstr | +dasherize | +delimit |
[endsWith](#endswithstring-substring--boolean-casesensitive--true-) | -[endsWithAny](#endswithanystring-substrings--boolean-casesensitive--true-) | -[ensureLeft](#ensureleftstring-substring) | -[ensureRight](#ensurerightstring-substring) | +endsWith | +endsWithAny | +ensureLeft | +ensureRight |
[first](#firstint-n) | -[getEncoding](#getencoding) | -[hasLowerCase](#haslowercase) | -[hasUpperCase](#hasuppercase) | +first | +getEncoding | +hasLowerCase | +hasUpperCase |
[htmlDecode](#htmldecode) | -[htmlEncode](#htmlencode) | -[humanize](#humanize) | -[indexOf](#indexofstring-needle--offset--0-) | +htmlDecode | +htmlEncode | +humanize | +indexOf |
[indexOfLast](#indexoflaststring-needle--offset--0-) | -[insert](#insertint-index-string-substring) | -[isAlpha](#isalpha) | -[isAlphanumeric](#isalphanumeric) | +indexOfLast | +insert | +isAlpha | +isAlphanumeric |
[isBase64](#isbase64) | -[isBlank](#isblank) | -[isHexadecimal](#ishexadecimal) | -[isJson](#isjson) | +isBase64 | +isBlank | +isHexadecimal | +isJson |
[isLowerCase](#islowercase) | -[isSerialized](#isserialized) | -[isUpperCase](#isuppercase) | -[last](#lastint-n) | +isLowerCase | +isSerialized | +isUpperCase | +last |
[length](#length) | -[lines](#lines) | -[longestCommonPrefix](#longestcommonprefixstring-otherstr) | -[longestCommonSuffix](#longestcommonsuffixstring-otherstr) | +length | +lines | +longestCommonPrefix | +longestCommonSuffix |
[longestCommonSubstring](#longestcommonsubstringstring-otherstr) | -[lowerCaseFirst](#lowercasefirst) | -[pad](#padint-length--string-padstr-----string-padtype--right-) | -[padBoth](#padbothint-length--string-padstr----) | +longestCommonSubstring | +lowerCaseFirst | +pad | +padBoth |
[padLeft](#padleftint-length--string-padstr----) | -[padRight](#padrightint-length--string-padstr----) | -[prepend](#prependstring-string) | -[regexReplace](#regexreplacestring-pattern-string-replacement--string-options--msr) | +padLeft | +padRight | +prepend | +regexReplace |
[removeLeft](#removeleftstring-substring) | -[removeRight](#removerightstring-substring) | -[repeat](#repeatint-multiplier) | -[replace](#replacestring-search-string-replacement) | +removeLeft | +removeRight | +repeat | +replace |
[reverse](#reverse) | -[safeTruncate](#safetruncateint-length--string-substring---) | -[shuffle](#shuffle) | -[slugify](#slugify-string-replacement----) | +reverse | +safeTruncate | +shuffle | +slugify |
[slice](#sliceint-start--int-end-) | -[split](#splitstring-pattern--int-limit-) | -[startsWith](#startswithstring-substring--boolean-casesensitive--true-) | -[startsWithAny](#startswithanystring-substrings--boolean-casesensitive--true-) | +slice | +split | +startsWith | +startsWithAny |
[stripWhitespace](#stripwhitespace) | -[substr](#substrint-start--int-length-) | -[surround](#surroundstring-substring) | -[swapCase](#swapcase) | +stripWhitespace | +substr | +surround | +swapCase |
[tidy](#tidy) | -[titleize](#titleize-array-ignore) | -[toAscii](#toascii-string-language--en--bool-removeunsupported--true-) | -[toBoolean](#toboolean) | +tidy | +titleize | +toAscii | +toBoolean |
[toLowerCase](#tolowercase) | -[toSpaces](#tospaces-tablength--4-) | -[toTabs](#totabs-tablength--4-) | -[toTitleCase](#totitlecase) | +toLowerCase | +toSpaces | +toTabs | +toTitleCase |
[toUpperCase](#touppercase) | -[trim](#trim-string-chars) | -[trimLeft](#trimleft-string-chars) | -[trimRight](#trimright-string-chars) | +toUpperCase | +trim | +trimLeft | +trimRight |
[truncate](#truncateint-length--string-substring---) | -[underscored](#underscored) | -[upperCamelize](#uppercamelize) | -[upperCaseFirst](#uppercasefirst) | +truncate | +underscored | +upperCamelize | +upperCaseFirst |