sultan-alasmri/str-replace-hacker-helper
Composer 安装命令:
composer require sultan-alasmri/str-replace-hacker-helper
包简介
Text replacement library for Laravel
README 文档
README
English
Installation
To install this package, you can use Composer:
composer require SultanAlasmri/text-replacer use App\Helpers; $text = "استبدل هذا {9*9} و 'sulg' بنص مختلف."; $replacedText = str_replace_hacker_helper($text, 'النص البديل'); echo $replacedText; # مساعد استبدال النصوص في Laravel ## التثبيت لتثبيت هذه الحزمة، يمكنك استخدام Composer: ```bash composer require SultanAlasmri/text-replacer use App\Helpers; $text = "استبدل هذا {9*9} و 'sulg' بنص مختلف."; $replacedText = str_replace_hacker_helper($text, 'النص البديل'); echo $replacedText;
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-17