I need to replace multiple words with one word in a field at one time in one script.
Example in my LettersField I need to replace all the "Aa" and all the "Bb" and all the "Cc" with "Rr".
I am aware of the replace fxn and I cannot use the find and replace tool - which would be MUCH easier but I have to create a python script.
How can I do this - what would the code block be and the 'LettersField =' be?
أكثر...
Example in my LettersField I need to replace all the "Aa" and all the "Bb" and all the "Cc" with "Rr".
I am aware of the replace fxn and I cannot use the find and replace tool - which would be MUCH easier but I have to create a python script.
How can I do this - what would the code block be and the 'LettersField =' be?
أكثر...