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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -