suffix-from
v1.0.2
Published
Get suffix from string - by splitter.
Downloads
7
Maintainers
Readme
suffixFrom
Get suffix from string - by splitter.
Usage: suffixFrom(subject: string, splitter: string | RegExp): string
import { suffixFrom } from 'suffix-from'
suffixFrom(`a/b/cd `, `/`)
// Output: 'cd'
This module exported from utilizes project.