From ded4d41d445f205d4e44aa0844084c630ad6a01b Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Tue, 28 Feb 2017 23:31:03 -0500 Subject: [PATCH] Use table for linking to methods --- README.md | 214 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 135 insertions(+), 79 deletions(-) diff --git a/README.md b/README.md index 5d679f9..4e2667c 100644 --- a/README.md +++ b/README.md @@ -21,85 +21,141 @@ s('string')->toTitleCase()->ensureRight('y') == 'Stringy' * [Class methods](#class-methods) * [create](#createmixed-str--encoding-) * [Instance methods](#instance-methods) - * [append](#appendstring-string) - * [at](#atint-index) - * [between](#betweenstring-start-string-end--int-offset) - * [camelize](#camelize) - * [chars](#chars) - * [collapseWhitespace](#collapsewhitespace) - * [contains](#containsstring-needle--boolean-casesensitive--true-) - * [containsAll](#containsallarray-needles--boolean-casesensitive--true-) - * [containsAny](#containsanyarray-needles--boolean-casesensitive--true-) - * [countSubstr](#countsubstrstring-substring--boolean-casesensitive--true-) - * [dasherize](#dasherize) - * [delimit](#delimitint-delimiter) - * [endsWith](#endswithstring-substring--boolean-casesensitive--true-) - * [ensureLeft](#ensureleftstring-substring) - * [ensureRight](#ensurerightstring-substring) - * [first](#firstint-n) - * [getEncoding](#getencoding) - * [hasLowerCase](#haslowercase) - * [hasUpperCase](#hasuppercase) - * [htmlDecode](#htmldecode) - * [htmlEncode](#htmlencode) - * [humanize](#humanize) - * [indexOf](#indexofstring-needle--offset--0-) - * [indexOfLast](#indexoflaststring-needle--offset--0-) - * [insert](#insertint-index-string-substring) - * [isAlpha](#isalpha) - * [isAlphanumeric](#isalphanumeric) - * [isBase64](#isbase64) - * [isBlank](#isblank) - * [isHexadecimal](#ishexadecimal) - * [isJson](#isjson) - * [isLowerCase](#islowercase) - * [isSerialized](#isserialized) - * [isUpperCase](#isuppercase) - * [last](#last) - * [length](#length) - * [lines](#lines) - * [longestCommonPrefix](#longestcommonprefixstring-otherstr) - * [longestCommonSuffix](#longestcommonsuffixstring-otherstr) - * [longestCommonSubstring](#longestcommonsubstringstring-otherstr) - * [lowerCaseFirst](#lowercasefirst) - * [pad](#padint-length--string-padstr-----string-padtype--right-) - * [padBoth](#padbothint-length--string-padstr----) - * [padLeft](#padleftint-length--string-padstr----) - * [padRight](#padrightint-length--string-padstr----) - * [prepend](#prependstring-string) - * [regexReplace](#regexreplacestring-pattern-string-replacement--string-options--msr) - * [removeLeft](#removeleftstring-substring) - * [removeRight](#removerightstring-substring) - * [repeat](#repeatmultiplier) - * [replace](#replacestring-search-string-replacement) - * [reverse](#reverse) - * [safeTruncate](#safetruncateint-length--string-substring---) - * [shuffle](#shuffle) - * [slugify](#slugify-string-replacement----) - * [startsWith](#startswithstring-substring--boolean-casesensitive--true-) - * [startsWithAny](#startswithanystring-substrings--boolean-casesensitive--true-) - * [slice](#sliceint-start--int-end-) - * [split](#splitstring-pattern--int-limit-) - * [stripWhitespace](#stripwhitespace) - * [substr](#substrint-start--int-length-) - * [surround](#surroundstring-substring) - * [swapCase](#swapcase) - * [tidy](#tidy) - * [titleize](#titleize-array-ignore) - * [toAscii](#toascii) - * [toBoolean](#toboolean) - * [toLowerCase](#tolowercase) - * [toSpaces](#tospaces-tablength--4-) - * [toTabs](#totabs-tablength--4-) - * [toTitleCase](#totitlecase) - * [toUpperCase](#touppercase) - * [trim](#trim-string-chars) - * [trimLeft](#trimleft-string-chars) - * [trimRight](#trimright-string-chars) - * [truncate](#truncateint-length--string-substring---) - * [underscored](#underscored) - * [upperCamelize](#uppercamelize) - * [upperCaseFirst](#uppercasefirst) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[append](#appendstring-string)[at](#atint-index)[between](#betweenstring-start-string-end--int-offset)
[camelize](#camelize)[chars](#chars)[collapseWhitespace](#collapsewhitespace)
[contains](#containsstring-needle--boolean-casesensitive--true-)[containsAll](#containsallarray-needles--boolean-casesensitive--true-)[containsAny](#containsanyarray-needles--boolean-casesensitive--true-)
[countSubstr](#countsubstrstring-substring--boolean-casesensitive--true-)[dasherize](#dasherize)[delimit](#delimitint-delimiter)
[endsWith](#endswithstring-substring--boolean-casesensitive--true-)[ensureLeft](#ensureleftstring-substring)[ensureRight](#ensurerightstring-substring)
[first](#firstint-n)[getEncoding](#getencoding)[hasLowerCase](#haslowercase)
[hasUpperCase](#hasuppercase)[htmlDecode](#htmldecode)[htmlEncode](#htmlencode)
[humanize](#humanize)[indexOf](#indexofstring-needle--offset--0-)[indexOfLast](#indexoflaststring-needle--offset--0-)
[insert](#insertint-index-string-substring)[isAlpha](#isalpha)[isAlphanumeric](#isalphanumeric)
[isBase64](#isbase64)[isBlank](#isblank)[isHexadecimal](#ishexadecimal)
[isJson](#isjson)[isLowerCase](#islowercase)[isSerialized](#isserialized)
[isUpperCase](#isuppercase)[last](#last)[length](#length)
[lines](#lines)[longestCommonPrefix](#longestcommonprefixstring-otherstr)[longestCommonSuffix](#longestcommonsuffixstring-otherstr)
[longestCommonSubstring](#longestcommonsubstringstring-otherstr)[lowerCaseFirst](#lowercasefirst)[pad](#padint-length--string-padstr-----string-padtype--right-)
[padBoth](#padbothint-length--string-padstr----)[padLeft](#padleftint-length--string-padstr----)[padRight](#padrightint-length--string-padstr----)
[prepend](#prependstring-string)[regexReplace](#regexreplacestring-pattern-string-replacement--string-options--msr)[removeLeft](#removeleftstring-substring)
[removeRight](#removerightstring-substring)[repeat](#repeatmultiplier)[replace](#replacestring-search-string-replacement)
[reverse](#reverse)[safeTruncate](#safetruncateint-length--string-substring---)[shuffle](#shuffle)
[slugify](#slugify-string-replacement----)[startsWith](#startswithstring-substring--boolean-casesensitive--true-)[startsWithAny](#startswithanystring-substrings--boolean-casesensitive--true-)
[slice](#sliceint-start--int-end-)[split](#splitstring-pattern--int-limit-)[stripWhitespace](#stripwhitespace)
[substr](#substrint-start--int-length-)[surround](#surroundstring-substring)[swapCase](#swapcase)
[tidy](#tidy)[titleize](#titleize-array-ignore)[toAscii](#toascii)
[toBoolean](#toboolean)[toLowerCase](#tolowercase)[toSpaces](#tospaces-tablength--4-)
[toTabs](#totabs-tablength--4-)[toTitleCase](#totitlecase)[toUpperCase](#touppercase)
[trim](#trim-string-chars)[trimLeft](#trimleft-string-chars)[trimRight](#trimright-string-chars)
[truncate](#truncateint-length--string-substring---)[underscored](#underscored)[upperCamelize](#uppercamelize)
[upperCaseFirst](#uppercasefirst)
* [Extensions](#extensions) * [Tests](#tests) * [License](#license)