namecase icon indicating copy to clipboard operation
namecase copied to clipboard

Fixes a use case with names like 'ben jones'

Open mikkelking opened this issue 7 years ago • 1 comments

The existing regexes for middle names like 'ben', 'del', 'il' etc also fire at the beginning of the line, so ben cousins => ben Cousins and van johns => van Johns This regex change fixes that

mikkelking avatar Aug 23 '18 06:08 mikkelking

@mikkelking if you're parsing a full name like Ben Cousins, don't pass { individualFields: true } and it will work fine as-is.

compwright avatar Sep 19 '18 21:09 compwright