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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -