Dyalog / MiServer

MiServer- an APL-based web server - requires Dyalog APL available from http://www.dyalog.com
https://miserver.dyalog.com
Other
48 stars 9 forks source link

Utils/Strings.dyalog has lc and uc defined using 819⌶ only #83

Open dyaandys opened 4 months ago

dyaandys commented 4 months ago

:Namespace Strings

(⎕IO ⎕ML)←1

lc←(819⌶) ⍝ :Includable Lower-casification of simple array
uc←1∘(819⌶) ⍝ Ditto Upper-casification

..