Types of NET Framework classes supported in VB.NET?

hopes hard. thanks. ✅ Answers ? Best Answer All .NET Framework classes are supported by VB.NET That’s the entire point behind the .NET Framework. Any programming language that uses it can use all of the classes contained in it. you can use 3.0 .NET Framework it is best for VB.NET. download http://www.microsoft.com/en-in/download/details.aspx?id=6962 Source(s): http://www.microsoft.com/en-in/download/details.aspx?id=6962

PHP preg_replace question?

I have this to get rid of everything except numbers $string2 = preg_replace(“/[^0-9]/”,””,$string); But I also want it to keep – and . Also can someone please explain how it works, I really don’t get it. ✅ Answers ? Best Answer Using preg_replace in PHP: http://php.net/manual/en/function.preg-r…