Regex to find text immediately following 1st occurrence of a word -
Regex to find text immediately following 1st occurrence of a word -
say i'm looking @ stream of web page, , near top says about 367 results
etc etc. number (of results) next word about
regex. have example? or bone-head tutorial matter? thanks.
you'll want capture first grouping in regex /\babout\s+(\d+)/
regex
Comments
Post a Comment