2017 © Pedro Peláez
 

library punctuator

very simple punctuation for texts.

image

roksta/punctuator

very simple punctuation for texts.

  • Thursday, May 4, 2017
  • by roksta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Punctuator for Laravel

A simple punctuator for texts. Adds spaces after punctuation marks and formats texts., (*1)

How It Works

It is just a simple script that accespts a string and inspects it so that: The text begins with an uppercase character. After every fullstop(.) or question mark(?), there is a space and the next work begins with an uppercase character. After every comma(,), there is a space., (*2)

It is especially useful for formating user input before saving them to the database. It takes advantage of Laravel's model listeners through a Spacer.php trait., (*3)

Usage

use Roksta\Punctuator\Spacer;

class MyModel extends Model
{
    use Spacer;
    /**
    * set the columns you wish to punctuate in an array in the form shown below;
    * short defines columns where each word is to begin with an uppercase letter, eg, names, locations, etc
    * long is for sentences where spaces will be added after every comma, fullstop, etc.
    */
    public function setPunctuateColumns(): Array
    {
        return ['short' => ['name'], 'long' => ['description', 'comments']];
    }

    // Other model functions
}

Results

sam roksta = Sam Roksta, (*4)

this is very simple.really,really simple = This is very simple. Really, really simple., (*5)

The Versions

04/05 2017

dev-master

9999999-dev

very simple punctuation for texts.

  Sources   Download

MIT

by sam_roksta

punctuation spacing text format text

04/05 2017

v1.1

1.1.0.0

very simple punctuation for texts.

  Sources   Download

MIT

by sam_roksta

punctuation spacing text format text

04/05 2017

v0.2

0.2.0.0

very simple punctuation for texts.

  Sources   Download

MIT

by sam_roksta

punctuation spacing text format text

04/05 2017

v1.0

1.0.0.0

very simple punctuation for texts.

  Sources   Download

MIT

by sam_roksta

punctuation spacing text format text

04/05 2017

v0.1

0.1.0.0

very simple punctuation for texts.

  Sources   Download

MIT

by sam_roksta

punctuation spacing text format text