Skip to content

dmcgiv/TextKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextKey

Simple wrapper for key/value strings to allow processing of values before returning

Adds ability to have key/value insert within key values.

Insert key format : $(key)

e.g product_name = "Washing Machine"

product_price = "$1200"

product_details = "$(product_name) costs $(product_cost)"

product_details when processed with result in "Washing Machine costs $1200"

About

Simple wrapper for key/value strings to allow processing of values before returning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages