Skip to content

Commit 3765913

Browse files
committed
update case convert functions
1 parent 005f18b commit 3765913

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

APLSource/DB/ExtractHeaders.aplf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ExtractHeaders←{
2-
ucase←{1(819⌶)⍵}
3-
s←(u←ucase ⍵)~⎕UCS 10 13 32
2+
U←1∘⎕C
3+
s←U ⍵~⎕UCS 10 13 32
44
selEnd←'SELECT'{⊃(≢⍺)+⍸⍺⍷⍵}s
55
fromStart←'FROM'{⊃⍸⍺⍷⍵}s
66
txtBetween←(selEnd-1)↓(fromStart-1)↑s
7-
(,'*')≡txtBetween:ucase GetAllColNames ⍵
7+
(,'*')≡txtBetween:U GetAllColNames ⍵
88
','##.Utils.Split txtBetween
99
}

APLSource/Utils/Lowercase.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Lowercase←{
2-
(819⌶)
2+
⎕C
33
}

0 commit comments

Comments
 (0)