get_last_name: Get the last name from a full name

get_last_nameR Documentation

Get the last name from a full name

Description

Get the last name from a full name

Usage

get_last_name(full_name)

Arguments

full_name

The full name from which to extract the last name

Value

A string containing the last name. All names after the first name will be taken as the last name

Examples

get_last_name("John Nsombo")
get_last_name("Jorgen Von Straggle")

Aypak/dbhelpers documentation built on June 28, 2023, 2:51 a.m.