vladimirpetrov/otus-string-helper

There is no license information available for the latest version (v0.0.1) of this package.

v0.0.1 2023-11-27 06:56 UTC

This package is auto-updated.

Last update: 2024-09-27 08:59:51 UTC


README

Краткое описание пакета

Требвания

  • PHP 7.4

Установка

$ composer require vladimirpetrov/otus-string-helper

Использование

<?php
use Vladimirpetrov\OtusStringHelper\StringHelper;

// ...

$val = '123 456,78';
$floatVal = StringHelper::clearFloatVal($val);
echo $floatVal; // 123456.78