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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -