Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for uniquechars_php.bat

(view source code of uniquechars_php.bat as plain text)

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  UniqueChars.bat "the quick brown fox jumps over the lazy dog" returns " abcdefghijklmnopqrstuvwxyz"
  3. @IF NOT "%~1"=="" PHP.EXE -r "print(count_chars(\"%~1\",3));
  4.  

page last modified: 2024-04-16; loaded in 0.0136 seconds