$thestring =~ s/'/ /g;
martin

FLAHERTY, JIM-CONT wrote:

> My script dumps file name into a mysql DB on redhat 7.1 linux . The problem
> I have is sometime windows files has  a single quote  ( ' )  in the name. I
> want to replace it with a space . I not strong on pattern matching in perl
> yet
> 
> 
> $thestring = "this isn't a good file name";
> 
> 
> 
> Help ,
> 
> thanks in advance 
> Jim F 
> 
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to