I need a code to check a condition for which input have been got at runtime and replace a particular string if the condition satisfies.
For example, When the user inputs "Y", all "Example" should be made upper case. If the input is "N", then "Example" should be in lower case.
Please help.
Thanks
POP