make_proper_case: This function removes variable separatedwith or without space...

Description Usage Arguments Value Author(s) Examples

Description

This function removes variable separatedwith or without space or underscore or dot delimiters and converts the string to proper case

Usage

1

Arguments

string

A string with or without space or underscore or dot delimiters

Value

A string with proper case

Author(s)

Som Bohora

Examples

1
2
3
make_proper_case("this is proper case.")
make_proper_case("this_is_proper_case.")
make_proper_case("this.is.proper.case.")

sbohora/Somya documentation built on May 14, 2019, 7:35 a.m.