user123
05-29-2009, 12:06 PM
hi all,
i need to replace number 20 in following word with space.
please help me to write regular exprssion for it.
only2020%20left20on20/,
i have written the ~s/20/ /g; it works but it replaced second 20 number also in this word
output of this :
only % left on /,
i want output: only 20% left on /,
please help me to write regular expresion for this.
Thanks in advance.
i need to replace number 20 in following word with space.
please help me to write regular exprssion for it.
only2020%20left20on20/,
i have written the ~s/20/ /g; it works but it replaced second 20 number also in this word
output of this :
only % left on /,
i want output: only 20% left on /,
please help me to write regular expresion for this.
Thanks in advance.