Following is part of my text file.
"
#! DB_USER_ID:
#! VALUE:'ORACLE'
#! DB_PASSWORD:
#! VALUE:'systemUser'
"
I want to replace only value of DB_USER_ID to 'ORACLE_9i'.
but whenever i am trying to search with "
#! DB_USER_ID:
#! VALUE:'ORACLE'
" directly or with "#! DB_USER_ID:\\n#! VALUE:'ORACLE'" with new line character, i am not getting any o/p in StringReplacer.
Please let me know the resolution.
Thanks.
Subrat