We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34412f9 commit 0658952Copy full SHA for 0658952
tests/HttpServer.dyalog
@@ -732,7 +732,7 @@
732
733
GetFromTable←{(⍵[;1]⍳⊂,⍺)⊃⍵[;2],⊂''}
734
split←{p←(⍺⍷⍵)⍳1 ⋄ ((p-1)↑⍵)(p↓⍵)} ⍝ Split ⍵ on first occurrence of ⍺
735
- lc←0∘(819⌶)
+ lc←{2::0(819⌶)⍵ ⋄ ¯3 ⎕C ⍵} ⍝ lower case conversion
736
deb←{{1↓¯1↓⍵/⍨~' '⍷⍵}' ',⍵,' '}
737
738
∇ {r}←{message}Fail status
@@ -950,7 +950,7 @@
950
stripQuotes←{'""'≡2↑¯1⌽⍵:¯1↓1↓⍵ ⋄ ⍵} ⍝ strip leading and ending "
951
deb←{{1↓¯1↓⍵/⍨~' '⍷⍵}' ',⍵,' '} ⍝ delete extraneous blanks
952
dlb←{⍵↓⍨+/∧\' '=⍵} ⍝ delete leading blanks
953
- lc←0∘(819⌶) ⍝ lower case
954
nameClass←{⎕NC⊂,'⍵'} ⍝ name class of argument
955
nocase←{(lc ⍺)⍺⍺ lc ⍵} ⍝ case insensitive operator
956
begins←{⍺≡(⍴⍺)↑⍵} ⍝ does ⍺ begin with ⍵?
0 commit comments