Skip to contents

Get sum of numbers from a string

Usage

get_sum(x)

Arguments

x

A string of interest

Value

A numeric that correspond to the sum of every digit in the provided string.