Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need regex help
Message
De
15/01/2002 03:23:15
 
 
À
Tous
Information générale
Forum:
Perl
Catégorie:
Syntaxe & Programmation
Titre:
Need regex help
Divers
Thread ID:
00604735
Message ID:
00604735
Vues:
69
I would like to replace the two regular expressions below into an equivalent single regular expression, any ideas?
	$DateString = $Line;
	$DateString =~ s/^.*\[//;
	$DateString =~ s/\].*$//;
Répondre
Fil
Voir

Click here to load this message in the networking platform