PHP code example of tasoft / php-string-parser

1. Go to this page and download the library: Download tasoft/php-string-parser library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

tasoft / php-string-parser example snippets


$parser = new SimpleTokenParser();
print_r($parser->parseString("12 + 13 / 6"));