Skip to content

This allows to handle string with some parameters and replace them simply by their value :

Notifications You must be signed in to change notification settings

Fniz/ParametrizedString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Parametrized String is a small library allowing to includes some "parameters" in a string. The main advantage to use this library is you can handle delimiter easily. For example :

string path = {Drive}{UserDocumentPath}{AppName}.{ExtApp} string path2 = $Drive$$UserDocumentPath$$AppName$.$ExtApp$

About

This allows to handle string with some parameters and replace them simply by their value :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages