Skip to content

crysalead/text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text - String manipulation library

Build Status Code Coverage

A small library that replaces placeholders into a string template.

API

Replacing some placeholders

Text::insert('My name is {:name} and I am {:age} years old.', [
    'name' => 'Bob', 'age' => '65'
]);

About

String manipulation library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages