JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# convert a string to an integer (peg/match '(number :d+) "123") #=> @[123] (first (peg/match '(number :d+) "123")) #=> 123