nabeghe/tepade

A text detector with support for named parameters.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nabeghe/tepade

1.0.0 2024-10-12 22:11 UTC

This package is auto-updated.

Last update: 2025-10-03 14:53:05 UTC


README

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

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