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-infix.min
Checks if array contains an infix.
v2.9.64 URL:
https://unpkg.com/@extra-array/is-infix.min@2.9.64/index.js
Open
Browse Files
extra
array
is
infix
isInfix
@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
@extra-array/count-all-on
Counts occurrences of values.
v2.4.37 URL:
https://unpkg.com/@extra-array/count-all-on@2.4.37/index.js
Open
Browse Files
extra
array
bsearch
bsearchAny
bsearchClosest
bsearchRight
chunk
compare
concat$
copy$
copy
copyWithin
count
countAllOn
countOn
cut
cutRight
cycle
difference
differenceOn
fill
filter$
findIndices
findRight
flat
get
getAll
getLerp
group
groupOn
head
index
infix
infixes
init
interleave
intersection
intersectionOn
is
isDisjoint
isDisjointOn
isEqual
isInfix
isInfixOn
isPermutation
isPermutationOn
isPrefix
isPrefixOn
isSubsequence
isSubsequenceOn
isSuffix
isSuffixOn
isUnique
isUniqueOn
last
map$
max
maxOn
min
minOn
partition
partitionOn
permutation$
permutation
permutations
pop
prefix
prefixes
push
range
rangeOn
repeat
reverse
rotate$
rotate
search
searchAll
searchRight
set$
set
shift
slice$
sort$
sort
sortOn$
sortOn
splice
split
subsequence
subsequences
suffix
suffixes
swap$
swap
tail
union$
union
unionOn$
unionOn
unique
uniqueOn
unshift
zip
all
on