Search results
24 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Count the longest repeating streak of a substring
Get the longest item in an array.
Implementations for the Longest Common Substring algorithm [O(nm) time]
Get the longest value for the given property from an array of objects, or the longest value in an object. Useful for aligning values for text tables, CLI help, etc.
Right pad the values of a given property for each object in an array. Useful for creating text columns or tables.
Get the longest line length of a string.
Linear-time string search and comparison algorithms.
Finds the longest common parent directory path in an array of file path strings or custom objects. Also returns sub and base parts for each path.
Get the length of the longest word in a string. It also correctly calculates the length of the words containing ANSI escape codes.
A javascript equivalent of Python's zip function
Cross-browser longest transition getter
Finds duplicated text strings and generates a report about the longest substrings or most frequent words in supplied text
Right align the values of a given property for each object in an array. Useful for creating text columns or tables.
Right pad the keys of an object.
Reasonably efficient and concise exact longest common subsequence and minimum edit-distance algorithm implementation for JavaScript
Combines values from arrays.
Combines values from arrays.
Right align the keys of an object.
Find the longest repeating and non overlapping pattern
Longest common substring implementation in JavaScript