Connecting Tech Pros Worldwide Forums | Help | Site Map

Please Explain this

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 22 '08
can anybody please explain the following search script

'^-{28,28}(.*) (\d+) (\d+):(\d+):(\d+)(.*)-{28,28}$';

nithinpes's Avatar
Expert
 
Join Date: Dec 2007
Posts: 400
#2: Oct 22 '08

re: Please Explain this


Quote:

Originally Posted by deepakb

can anybody please explain the following search script

'^-{28,28}(.*) (\d+) (\d+):(\d+):(\d+)(.*)-{28,28}$';


Instead of directly explaining this regular expression, I would suggest you to go through the following links to understand regex better.
RE-Perldoc
RE-Perl
Reply