I need to see if any views are referencing any tables that end with a '%_E' or are owned by a user staring with an 'E_%'

To do this I would do a select like from dba_views, BUT, since the text field is a LONG, I cannot do a like...

...how do I get around this ?