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
Post a Comment