Skip to content

A text detector with support for named parameters.

License

Notifications You must be signed in to change notification settings

nabeghe/tepade-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tepade

A text detector with support for named parameters.

Easily detect texts that contain named variables enclosed within curly braces. There's a bit of flair in this library that you can check in the examples.

Notice: You can change the regex related to capturing parameters. but the default regex can only be enclosed within curly braces, must start with an English letter, supports only letters, numbers, & the underscore (_) character.

🫡 Usage

🚀 Installation

You can install the package via composer:

composer require nabeghe/tepade

Examples

Check the examples folder in the repositiry.

📖 License

Copyright (c) 2024 Hadi Akbarzadeh

Licensed under the MIT license, see LICENSE.md for details.