jet speed wrote:
On Mon, Aug 3, 2009 at 5:45 PM, John W. Krahn wrote:
jet speed wrote:
Hi John, Thanks for your help, Much appreciated. Please could you also
refer any good reference for Regular expression for a beginer like me,
would
be great.
Have you read the documentation that comes w
On Mon, Aug 3, 2009 at 5:45 PM, John W. Krahn wrote:
> jet speed wrote:
>
>>
>> Hi John, Thanks for your help, Much appreciated. Please could you also
>> refer any good reference for Regular expression for a beginer like me,
>> would
>> be great.
>>
>
> Have you read the documentation that comes
jet speed wrote:
Hi John, Thanks for your help, Much appreciated. Please could you also
refer any good reference for Regular expression for a beginer like me, would
be great.
Have you read the documentation that comes with Perl?
perldoc perlrequick
perldoc perlretut
perldoc perlre
John
--
On Mon, Aug 3, 2009 at 4:00 PM, John W. Krahn wrote:
> jet speed wrote:
>
>> Guys,
>>
>
> Hello,
>
> I am new to perl, I am having trouble capturing the required output from
>> the command, with my limited knowlege i tried to put something togather.
>> not
>> sure how to proceed beyond.
>>
>
> I
jet speed wrote:
Guys,
Hello,
I am new to perl, I am having trouble capturing the required output from
the command, with my limited knowlege i tried to put something togather. not
sure how to proceed beyond.
In a regular expression, when you want to capture part of a pattern you
have to e
Sayed, Irfan (Irfan) wrote:
>
> From: Rob Dixon [mailto:[EMAIL PROTECTED]
>>
>> Sayed, Irfan (Irfan) wrote:
>>>
>>> Hi All,
>>>
>>> I have a string like this
>>>
>>> CLEARCASE_CMDLINE = (mkact -nc notme sprint) Now with the regular
>>> expression what I want is only those characters before closing
: beginners@perl.org >> Perl Beginners
Cc: Sayed, Irfan (Irfan)
Subject: Re: Help on regular expression
Sayed, Irfan (Irfan) wrote:
> Hi All,
>
> I have a string like this
>
> CLEARCASE_CMDLINE = (mkact -nc notme sprint) Now with the regular
> expression what I want is only
Sayed, Irfan (Irfan) wrote:
Hi All,
I have a string like this
CLEARCASE_CMDLINE = (mkact -nc notme sprint) Now with the regular
expression what I want is only those characters before closing braces
excluding white space character. I mean to say that if regular
expression encounter the white
On Dec 13, 2007 6:12 AM, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a string like this
>
> CLEARCASE_CMDLINE = (mkact -nc notme sprint) Now with the regular
> expression what I want is only those characters before closing braces
> excluding white space character. I mean to
--- "Sayed, Irfan (Irfan)" <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a string like this
>
> CLEARCASE_CMDLINE = (mkact -nc notme sprint) Now with the regular
> expression what I want is only those characters before closing
> braces
> excluding white space character. I mean to say that
On Tue, 27 Jan 2004, Madhu Reddy wrote:
> Hi,
>I need some help on regular expression...
> i have following in variable $total_count
>
> $total_count = "##I USBP 01 10:38:09(000)
> ETRACK_TOTAL_RECS : 100"
>
> Here in this ETRACK_TOTAL_RECS is fixed and common for
> all and rest is chan
Hi,
$total_count =~ s/.+ : (\d+)/$1/;
HTH,
Jan
Madhu Reddy wrote:
>Hi,
> I need some help on regular expression...
>i have following in variable $total_count
>
>$total_count = "##I USBP 01 10:38:09(000)
> ETRACK_TOTAL_RECS : 100"
>
>Here in this ETRACK_TOTAL_RECS is fixed and common for
On Tue, Jan 27, 2004 at 07:49:02AM -0800, Madhu Reddy ([EMAIL PROTECTED]) wrote:
> Hi,
>I need some help on regular expression...
> i have following in variable $total_count
>
> $total_count = "##I USBP 01 10:38:09(000)
> ETRACK_TOTAL_RECS : 100"
>
> Here in this ETRACK_TOTAL_RECS is fix
> Hi,
>I need some help on regular expression...
> i have following in variable $total_count
>
> $total_count = "##I USBP 01 10:38:09(000)
> ETRACK_TOTAL_RECS : 100"
>
> Here in this ETRACK_TOTAL_RECS is fixed and common for
> all and rest is changing...
>
> like following
>
> $total_coun
Madhu Reddy wrote:
> Hi,
>I need some help on regular expression...
> i have following in variable $total_count
>
> $total_count = "##I USBP 01 10:38:09(000)
> ETRACK_TOTAL_RECS : 100"
>
> Here in this ETRACK_TOTAL_RECS is fixed and common for
> all and rest is changing...
>
> like follow
15 matches
Mail list logo