nirali has asked for the wisdom of the Perl Monks concerning the following question:
I want to remove forward slashes and letters attached to that forward slash from a file. I am using following code
#\/.*\(s|S)+## -> (Is this correct syntax with no quotes and nothing between the delimiters)
#\/.*\(s|S)+#""# -> (will this be the correct syntax with nothing in between the quotes ?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: removing characters using regex
by kennethk (Abbot) on Feb 24, 2009 at 21:53 UTC | |
|
Re: removing characters using regex
by davido (Cardinal) on Feb 24, 2009 at 21:51 UTC | |
|
Re: removing characters using regex
by grizzley (Chaplain) on Feb 25, 2009 at 08:31 UTC |