Skip to content

unctionjs/startsWith

Repository files navigation

@unction/startsWith

Tests Stability Dependencies

string => string => boolean

Determines if a given subset of text is at the start of another set of text.

startsWith("Hello")("Hello, world!") // true