I have a problem with regular expression. There are many variables like
__builtins__, __doc__, __file__, __name__.

I guess they match the pattern __[:alnum:]*__

ButI can not remove them from my variable list.

If I try this pattern, __[a-z]*__ , they disappear from the variable list.

On Mon, Mar 16, 2009 at 1:12 PM, Detlev Offenbach
<det...@die-offenbachs.de>wrote:

> On Montag, 16. März 2009, Forrest Sheng Bao wrote:
> > Well, suppose I have 100 variables unwanted. Do I have to manually hide
> > them one by one?
>
> No, use a regular expression.
>
>
-- 
Forrest Sheng Bao, B.S. EE
Ph.D. student/Teaching Assistant, Dept. of Computer Science
M.Sc. student/Research Assistant, Dept. of Electrical & Computer Engineering
Rm 115, Experimental Sciences Building
Texas Tech University, Lubbock, Texas, USA
http://narnia.cs.ttu.edu
Sent from: Lubbock TX United States.
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to