type.string.downcase0.000001
Downcases a string.
Arguments
no defined arguments
Return Value
The downcased string.something went wrong :(
Downcasing a string
Setup
authorization=PROCAUTH
require "proc"
client = Proc.connect("PROCAUTH")
const Proc = require("@proc.dev/client");
const client = Proc.connect("PROCAUTH");
client.type.string.downcase.call(
"HELLO"
)
client.type.string.downcase.call(
"HELLO"
);
curl "https://proc.run/type/string/downcase" --silent \
--header "authorization: bearer $authorization" \
--header "content-type: application/json" \
--data '"HELLO"'
hello
Stuck? Want to chat about an idea? Join the community on Discord.