Created
April 28, 2018 14:03
-
-
Save paingsoethaw/f891eae90fde52c1fc561c28f735c9be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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