-1
我有一個要求,以自定義的方式根據數據處理名稱列如下所示。我需要爲滿足以下情況的角色設置角色我們在這些場景中是否有單獨的功能?定製/內置函數爲oracle中的混合案例/駱駝案例
Check Example
1 First letter of each word is upper case (H & S in this example) Hugo Smith
2 First letter following a space is upper case(B) James A. Bond
3 First letter following a '/' is upper case(W, T) Tonne/Wickey/Trisha
4 The 'II' and 'III' suffice are always all upper case Larry III
5 First letter following an apostrophe is upper case(H) Chris O'Harris
6 First letter following a dash is upper case(O) Man-Oreoa
7 First letter following a '&' is upper case(T) Hary,James&Tom
8 the acronym 'CFP' is always all upper case Tanner, CFP
9 First letter following a period is upper case(P) J.Paul
不,沒有內置於oracle的神奇函數來評估這些驗證要求。使用內置函數編寫您自己的字符串操作。 – OldProgrammer
請不要發佈您的實際問題(或要求)作爲屏幕截圖。我甚至無法閱讀縮放圖像中的文字。 –
INITCAP函數適用於所有項目,除了項目4和8 – Ragav