Javascript Regex to match standalone S without matching apostrophe S -
i trying match stand alone s
ignoring case. not want match s preceded apostrophe. current regex /\b[s]\b/ig
, test string , s
on lines 2 , 3 should matches.
men's s s things somethings
regexr: http://regexr.com/3geo2
Comments
Post a Comment