Microsoft
Software
Hardware
Network
Question : I need a bit Regex syntax help please... for .net
The original string is "1.99 , UPS" I need just the "1..99" part, so I did this in c#:
decimal ShippingChargeAmount = Convert.ToDecimal("0" + string.Join(null, System.Text.RegularExpress
ions.Regex
.Split(rbl
ShippingOp
tions.Sele
ctedValue,
"^[0-9]+(.[0-9]{1,2})")));
but I don't get the correct results...
Answer : I need a bit Regex syntax help please... for .net
Try this, assuming your email address is in A1:
=MID(A1,FIND("(",A1,1)+
1,FIND(")"
,A1,1)-FIN
D("(",A1,1
)-1)
Random Solutions
MS Access SQL Divide by Zero workaround needed
Expression Blend - Bind Visibility to item in Combo Box.
Microsoft VBScript runtime error '800a0009', Subscript out of range: '42'
sms gateway in asp.net
Use xcacls.vbs on \\server\share path
Script to enable folder auditing
How can I list all the properties and values of an object in ASP.NET?
VLAN support for ASA 5505
How to determine eclipse version?
About direct X / Open GL issue