Skip to content

Instantly share code, notes, and snippets.

@paingsoethaw
Created April 28, 2018 14:03
Show Gist options
  • Save paingsoethaw/f891eae90fde52c1fc561c28f735c9be to your computer and use it in GitHub Desktop.
Save paingsoethaw/f891eae90fde52c1fc561c28f735c9be to your computer and use it in GitHub Desktop.
<?php
$S = "One last question:
Bob needs to determine if Jane knows his phone number by passing a written note through Alice.
However, Alice must never know Bob's phone number.
how Bob can determine if Jane has his phone number?";
$result = preg_replace("/ /", "@", $S);
print $result;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment