#1 : 30/01-20 03:38 Robb
Posts: 1
|
I am trying to return certain letters to lowercase after using 'Title Caps'
i thought the easiest way would be to just use a list but i can't seem to create the right pattern, i've tried the following: (And|Or|Of) And|Or|Of etc... if i type one word on it's own (And) the method matches and returns 'A' to lowercase. |
#2 : 30/01-20 10:12 David Lee
Posts: 1125
|
Have you tried the List replace method?
|