views:

19

answers:

1

I want to find a text * 50 (multiply sign space 50).

How ?

PS: I use standard "find and replace" dialog.

+1  A: 

Type * 50 in the find dialog. And make sure regular expressions and wildcards are off, because that's probably what's throwing you.

lc