Hi, your help to solve the below problem is appreciated!
There is a sentence (or the whole line sentence) read from a file and stored in a variable by a script. The sentence looks like:
25.05.2007 04:11:01 PM
Now I want to change the sentence to be:
25/05/2007 04:11:01 PM
How can I do such string search and replace in a script?
Thanks.
There is a sentence (or the whole line sentence) read from a file and stored in a variable by a script. The sentence looks like:
25.05.2007 04:11:01 PM
Now I want to change the sentence to be:
25/05/2007 04:11:01 PM
How can I do such string search and replace in a script?
Thanks.