Search
extra-string
A collection of common string functions.
v2.2.0 URL:
https://unpkg.com/extra-string@2.2.0/index.js
Open
Browse Files
extra
string
at
infix
isInfix
isPrefix
isSuffix
left
prefix
right
size
suffix
CompareFunction
MapFunction
ReplaceFunction
TestFunction
DIGITS
HEX_DIGITS
LETTERS
LOWERCASE
MAX_CODE_POINT
MIN_CODE_POINT
OCT_DIGITS
PRINTABLE
PUNCTUATION
UPPERCASE
WHITESPACE
begin
charAt
charCodeAt
codePointAt
codePointRange
compare
concat
countEachMatchingNgram
countEachNgram
countMatchingNgrams
countNgrams
countUniqueMatchingNgrams
countUniqueNgrams
damerauLevenshteinDistance
end
endsWith
euclideanDistance
filter
from
fromCharCode
fromCodePoint
get
getAll
hammingDistance
includes
index
indexOf
indexRange
is
isCharacter
isEmpty
isEqual
jaccardDistance
jaccardIndex
jaroDistance
jaroSimilarity
jaroWinklerDistance
jaroWinklerSimilarity
lastIndexOf
length
levenshteinDistance
localeCompare
longestCommonInfix
longestCommonPrefix
longestCommonSuffix
longestUncommonInfixes
match
matchAll
matchingNgrams
middle
ngrams
normalize
of
padEnd
padStart
repeat
replace
reverse
search
set
slice
sorensenDiceDistance
sorensenDiceIndex
sort
spaces
splice
split
startsWith
substring
toBaseline
toCamelCase
toKebabCase
toLocaleLowerCase
toLocaleUpperCase
toLowerCase
toPascalCase
toSnakeCase
toString
toSubscript
toSuperscript
toUpperCase
trim
trimEnd
trimStart
tverskyDistance
tverskyIndex
uniqueMatchingNgrams
uniqueNgrams
valueOf
extra-string.web
A collection of common string functions {web}.
v2.2.0 URL:
https://unpkg.com/extra-string.web@2.2.0/index.js
Open
Browse Files
extra
string
at
infix
isInfix
isPrefix
isSuffix
left
prefix
right
size
suffix
CompareFunction
MapFunction
ReplaceFunction
TestFunction
DIGITS
HEX_DIGITS
LETTERS
LOWERCASE
MAX_CODE_POINT
MIN_CODE_POINT
OCT_DIGITS
PRINTABLE
PUNCTUATION
UPPERCASE
WHITESPACE
begin
charAt
charCodeAt
codePointAt
codePointRange
compare
concat
countEachMatchingNgram
countEachNgram
countMatchingNgrams
countNgrams
countUniqueMatchingNgrams
countUniqueNgrams
damerauLevenshteinDistance
end
endsWith
euclideanDistance
filter
from
fromCharCode
fromCodePoint
get
getAll
hammingDistance
includes
index
indexOf
indexRange
is
isCharacter
isEmpty
isEqual
jaccardDistance
jaccardIndex
jaroDistance
jaroSimilarity
jaroWinklerDistance
jaroWinklerSimilarity
lastIndexOf
length
levenshteinDistance
localeCompare
longestCommonInfix
longestCommonPrefix
longestCommonSuffix
longestUncommonInfixes
match
matchAll
matchingNgrams
middle
ngrams
normalize
of
padEnd
padStart
repeat
replace
reverse
search
set
slice
sorensenDiceDistance
sorensenDiceIndex
sort
spaces
splice
split
startsWith
substring
toBaseline
toCamelCase
toKebabCase
toLocaleLowerCase
toLocaleUpperCase
toLowerCase
toPascalCase
toSnakeCase
toString
toSubscript
toSuperscript
toUpperCase
trim
trimEnd
trimStart
tverskyDistance
tverskyIndex
uniqueMatchingNgrams
uniqueNgrams
valueOf
@extra-array/is-prefix
Checks if array starts with a prefix.
v2.9.64 URL:
https://unpkg.com/@extra-array/is-prefix@2.9.64/index.js
Open
Browse Files
extra
array
is
prefix
isPrefix
@extra-array/is-prefix.min
Checks if array starts with a prefix.
v2.9.64 URL:
https://unpkg.com/@extra-array/is-prefix.min@2.9.64/index.js
Open
Browse Files
extra
array
is
prefix
isPrefix
@extra-array/bsearchl.min
Binary searches leftmost value in sorted array.
v2.1.75 URL:
https://unpkg.com/@extra-array/bsearchl.min@2.1.75/index.js
Open
Browse Files
extra
array
is
head
tail
init
last
get
set
swap
compare
isEqual
range
linspace
push
pop
shift
unshift
copy
rotate
slice
filter
map
concat
reverse
chunk
zip
splice
insert
repeat
bsearch
bsearchc
bsearchl
bsearchr
sort
prefixes
infixes
suffixes
subsequences
permutations
isPrefix
isInfix
isSuffix
isSubsequence
isPermutation