Skip to content

Instantly share code, notes, and snippets.

@carcam
Created January 31, 2023 17:21
Show Gist options
  • Save carcam/f8f96b73b685e5a78c5ab1a7951c0bba to your computer and use it in GitHub Desktop.
Save carcam/f8f96b73b685e5a78c5ab1a7951c0bba to your computer and use it in GitHub Desktop.
<?php
$moment = "tarde";
$moment = preg_filter('@[a-z]@', '\ ${0}', $moment);
echo $moment;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment