Regular expressions question

Victor Polukcht vpolukcht at gmail.com
Tue Jan 16 06:43:30 EST 2007


I have 2 strings:

"Global               etsi3   *200 ok            30   100% 100%
Outgoing"
and
"Global               etsi3   *   4 ok             30   100% 100%
Outgoing"

The difference is "*200" instead of "*  4". Is there ability to write a
regular expression that will match both of that strings?




More information about the Python-list mailing list