Regular expression help
Hi,
I'm still studying regular-expressions and I'm testing the following pattern rule;
acme-1(test-pattern-rule)# show
Pattern Rule:
Expression : ^[^;]+
String : +99388835011;tgrp=1-1;trunk-context=ent0388835000
Matched : TRUE
Matches:
$0 +99388835011
I'd like to get rid of the "+" in the result and would like to see 99388835011 as a result . Could somebody help me to develop an expression for this purpose.
Thanks in advance;
Serkan