Fix international regexp
This commit is contained in:
parent
3b104c7097
commit
26392b14fc
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ my %regexp = (
|
|||
'voiceint' => 'Appels émis (\d+)h(\d+)min(\d+)s',
|
||||
'smsint' => 'Conso SMS (international) \| (\d+)',
|
||||
'mmsint' => 'Vous avez consommé (\d+) MMS',
|
||||
'dataint' => 'Vous avez consommé ([\d\-]+) (Mo|Go)',
|
||||
'dataint' => 'Vous avez consommé ([\d\-\.]+) (Mo|Go)',
|
||||
);
|
||||
|
||||
my %post = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue