aydin-hassan/strip-indent
Composer 安装命令:
composer require aydin-hassan/strip-indent
包简介
A tiny library for stripping indents from multi-line scripts, inspired by: (sindresorhus/strip-indent)[https://github.com/sindresorhus/strip-indent]
README 文档
README
A tiny library for stripping indents from multi-line scripts, inspired by: sindresorhus/strip-indent
The indent amount is counted for the second row, (not the row containing the string declaration). This indent count is removed from each line.
Installation
Composer
composer require aydin-hassan/strip-indent
Usage
<?php use function AydinHassan\stripIndent; $multiLineString = ' <VirtualHost> <one> <two> </two> </one> </VirtualHost> '; echo stripIndent($line); /** <VirtualHost> <one> <two> </two> </one> </VirtualHost> **/
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-13