Change regexp (backend change)
This commit is contained in:
parent
6b6822f6ec
commit
12e4a9c6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ my %linenum = (
|
||||||
);
|
);
|
||||||
|
|
||||||
my %regexp = (
|
my %regexp = (
|
||||||
'voice' => 'Consommation : (\d+)h(\d+)min(\d+)s',
|
'voice' => 'National : (\d+)h(\d+)min(\d+)s',
|
||||||
'voicetoint' => 'International : (\d+)h(\d+)min(\d+)s',
|
'voicetoint' => 'International : (\d+)h(\d+)min(\d+)s',
|
||||||
'specialvoice' => '\| (\d+)h(\d+) min (\d+)s',
|
'specialvoice' => '\| (\d+)h(\d+) min (\d+)s',
|
||||||
'sms' => 'Conso SMS \| (\d+) \/ (.*)',
|
'sms' => 'Conso SMS \| (\d+) \/ (.*)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue