This message was deleted.
# adobe
s
This message was deleted.
a
You don't say here what you are seeing that differs from your expectation. And I am not spotting what's wrong. It looks fine to me: Input:
"hAppy app application apply appreciate appreciation Apprentice"
Output after ucasing all instances of "app":
"hAPPy APP APPlication APPly APPreciate APPreciation APPrentice"
What am I missing here?
r
What's missing is the correct link. My apologies. It seems I am unable to modify the original message to swap out the link. I created a new thread so not to confuse anyone else. Here is the correct link: https://cffiddle.org/app/file?filepath=7a89e97a-846e-4c37-b96c-2ae8aaf9dbab/97001d3[…]266-9190-00db99167135/3989fe4a-fe71-43c0-a59d-4303754b8f59.cfm The issue is that I want to replace anywhere there is 'app' with 'aPp', and instead, it replaces 'app' with 'APP'.
Thank you, @Adam Cameron for looking at this. I think I figured out how to do this. The callback parameter is new to me and replaced "transform" in the return of the callback function with the string I wanted to have replaced and then it works. Here is the working fiddle examaple: https://cffiddle.org/app/file?filepath=01debd50-f0df-478e-af11-bda5b51a5e6a/b7067e0[…]69d-9aa0-3ae0aabe203f/7b9a317a-ab3c-4f5b-bd57-e32388432014.cfm
a
Ah! yeh. Asking it to do something different will indeed have different results.