regex - Regular expression in Perl for G729A+B -


i'm new perl. i'm unable regular expression match below fields.

i'm trying match pattern : g729a+b coming in log file coming in below format.. should regular expression match this?

2015/09/21 19:42:06 [debug] [12401] :  getdspresourceutilization   : total compression:       900      1           0 2015/09/21 19:42:06 [debug] [12401] : getdspresourceutilization   : g729a+b:                 144      1           0 [12401] : getdspresourceutilization   : g723.1:                  0        0           0 

/g729a\+b/ match strings containing g729a+b.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -