fork download
  1. <?php
  2.  
  3. $str = 'embedded-software-entwickler';
  4. echo preg_replace('/\p{L}+\K-/u', "@", $str);
  5.  
Success #stdin #stdout 0s 82944KB
stdin
Standard input is empty
stdout
embedded@software@entwickler