Download the PHP package goblindegook/delimiter-align without Composer
On this page you can find all versions of the php package goblindegook/delimiter-align. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package delimiter-align
goblindegook/delimiter-align 
Aligns and rebalances plain text multiline strings around a delimiter.
In short, it turns this:
into this:
Installation
Install using Composer by running the following in your project directory:
Description
Aligns and rebalances plain text multiline strings around a delimiter.
Parameters
string
Multiline string to align.
delimiter
Boundary string to align around. (Optional, defaults to :
.)
options
Alignment options:
Option | Description | Default |
---|---|---|
before |
String prepended to the padded delimiter. | (empty) |
after |
String appended to the padded delimiter. | ' ' |
pad |
Padding character. | ' ' |
right |
Align the delimiter by placing padding on the left. | false |
Return Value
Returns the string
aligned around the provided delimiter
.
All versions of delimiter-align with dependencies
PHP Build Version
Package Version
No informations.
The package goblindegook/delimiter-align contains the following files
Loading the files please wait ....