0.0.1 • Published 2 years ago
@taraflex/last-match v0.0.1
last-match
Return last value from String.match(RegExp) or null
Install
npm install last-match --save
Usage
import lastMatch from 'last-match';
console.log(lastMatch('hello world', /o\s*(\w+)/i)); //Output -> world
0.0.1
2 years ago