longest-streak
Count the longest repeating streak of a character
Last updated 10 years ago by wooorm .
MIT · Repository · Bugs · Original npm
$ cnpm install longest-streak 
SYNC missed versions from official npm registry.

longest-streak

Build Coverage Downloads Size

Count the longest repeating streak of a character.

Install

npm:

npm install longest-streak

Use

var longestStreak = require('longest-streak')

longestStreak('` foo `` bar `', '`') // => 2

API

longestStreak(value, character)

Get the count of the longest repeating streak of character in value.

Parameters
  • value (string) — Content, coerced to string.
  • character (string) — Single character to look for.
Returns

number — Number of characters at the place where character occurs in its longest streak in value.

Throws
  • Error — when character is not a single character string.

License

MIT © Titus Wormer

Current Tags

  • 3.1.0                                ...           latest (3 years ago)

6 Versions

  • 3.1.0                                ...           3 years ago
  • 3.0.1                                ...           4 years ago
  • 3.0.0                                ...           4 years ago
  • 2.0.2                                ...           8 years ago
  • 1.0.0                                ...           10 years ago
  • 2.0.4                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (11)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org