We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005f18b commit 3765913Copy full SHA for 3765913
2 files changed
APLSource/DB/ExtractHeaders.aplf
@@ -1,9 +1,9 @@
1
ExtractHeaders←{
2
- ucase←{1(819⌶)⍵}
3
- s←(u←ucase ⍵)~⎕UCS 10 13 32
+ U←1∘⎕C
+ s←U ⍵~⎕UCS 10 13 32
4
selEnd←'SELECT'{⊃(≢⍺)+⍸⍺⍷⍵}s
5
fromStart←'FROM'{⊃⍸⍺⍷⍵}s
6
txtBetween←(selEnd-1)↓(fromStart-1)↑s
7
- (,'*')≡txtBetween:ucase GetAllColNames ⍵
+ (,'*')≡txtBetween:U GetAllColNames ⍵
8
','##.Utils.Split txtBetween
9
}
APLSource/Utils/Lowercase.aplf
@@ -1,3 +1,3 @@
Lowercase←{
- (819⌶)⍵
+ ⎕C ⍵
0 commit comments