is it possible to remove the "#" symbol from a string?
#2

Of course, you can. You can either work it out with your own algorithm or use one of the community string manupilation libraries, there are a few.

You can also consider looking at this: https://forum.sa-mp.com/showpost.php...95&postcount=5
Make use of that function like this:

PHP код:
new string[] = "Some text, # some other text.";
strreplace(string"#""");
// should result in this: Some text, some other text. 
Reply


Messages In This Thread
is it possible to remove the "#" symbol from a string? - by rollercaster - 19.11.2018, 20:42
Re: is it possible to remove the "#" symbol from a string? - by Eoussama - 19.11.2018, 20:57
Re: is it possible to remove the "#" symbol from a string? - by Jefff - 19.11.2018, 21:08
Re: is it possible to remove the "#" symbol from a string? - by rollercaster - 19.11.2018, 21:13
Re: is it possible to remove the "#" symbol from a string? - by rollercaster - 19.11.2018, 21:22

Forum Jump:


Users browsing this thread: 3 Guest(s)