laravel-money icon indicating copy to clipboard operation
laravel-money copied to clipboard

New helper method for validating money string

Open PostScripton opened this issue 1 year ago • 0 comments

That's been mentioned in this issue that it would be useful if some sort of validation function for money-string was added, instead of wrapping money_parse() with try-catch blocks.

Should add something like money_validate() or is_valid_money_string().

PostScripton avatar Jun 23 '23 08:06 PostScripton