Searching for a '*"

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Gbaynham
Posts: 2
Joined: Fri Aug 08, 2003 6:19 pm

Searching for a '*"

Post by Gbaynham »

I'm trying to find all instances wihtinh .java files where we have used the syntax 'select * from'

when I run this it finds everything with select, and misinterprets the * as a wildcard character.

is there a way to get it to interpret the * as part of the search text?
mo
Posts: 306
Joined: Tue Mar 11, 2003 1:40 am

Post by mo »

"\* " doesn't do it?
Best Wishes!
Mike Olds
Gbaynham
Posts: 2
Joined: Fri Aug 08, 2003 6:19 pm

Post by Gbaynham »

that did it, thanks
Post Reply