|
|
|
|
Re: regexp_replace [message #677105 is a reply to message #677103] |
Mon, 19 August 2019 03:55   |
 |
sss111ind
Messages: 628 Registered: April 2012 Location: India
|
Senior Member |

|
|
Sorry for confusion , please find the explanation.
input- 777XX REQ MSD 20022019
output-777XX RES MSD 16082019 (changes done RES and date only rest everything same)
FIRST- 3 digit 777 (OUTPUT-same as input)
NEXT- any number of only characters(alpha) in that REQ must be there(OUPUT- RES should come inplace of REQ)
LAST- part DATE (OUTPUT-TODAYS date should come ignoring above date)
Can it be done using a single function as I have done using 2 functions.
Thanks.
[Updated on: Mon, 19 August 2019 03:57] Report message to a moderator
|
|
|
|
|