RE: Non-alphanumeric 04-22-2019, 03:11 PM
#6
(04-19-2019, 11:58 AM)mothered Wrote:(04-19-2019, 05:35 AM)Kawa Wrote:(04-19-2019, 04:15 AM)mothered Wrote: Please provide the code you wish to decode.
If you don't wish to share the code, I fully understand.
When you say "decode", are you referring to "removing" all non-alphanumeric characters? If so, use the following code.
Code:Output: Sinisterly
The regular expression of ‘/[\W]/’ replaces every non-alphanumeric character with an empty string. The preg_replace() function, searches for the strings.
I'm afraid... that's not what I mean.... PHP non-alphanumeric is actually an advanced way to obfuscate your code....... maybe this could light some concepts and hopefully someone can understand it better than me
http://www.thespanner.co.uk/2011/09/22/n...de-in-php/