emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16844: closed (Facing some issues while creating o


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16844: closed (Facing some issues while creating one regular expression)
Date: Sat, 08 Mar 2014 19:25:01 +0000

Your message dated Sat, 08 Mar 2014 11:24:24 -0800
with message-id <address@hidden>
and subject line Re:  Facing some issues while creating one regular expression
has caused the debbugs.gnu.org bug report #16844,
regarding Facing some issues while creating one regular expression
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16844
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Facing some issues while creating one regular expression Date: Sat, 22 Feb 2014 17:23:38 +0530
Hi Team,

Could you please help me to create one regular _expression_. I think this (*) special character has not handled in egrep. because i have tried it many ways but couldn't get required _expression_.

Could you please help me in this.

Problem : File contains following lines:
#* hard maxlogins 10
@Student hard maxlogins 10
* hard maxlogins 10
hard maxlogins 10
#* hard maxlogins 1024

I want to find only below line from above file. but * is not handling in regular _expression_:
* hard maxlogins 10


10 can be replaced by any value. and hard can be - as well. I want to these cases as well.

Thanks & Regards,
Machindra Dharmadhikari


--- End Message ---
--- Begin Message --- Subject: Re: Facing some issues while creating one regular expression Date: Sat, 08 Mar 2014 11:24:24 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
The regular expression '\*' matches the string '*'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]