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
Remove Proxy settings from IE using Group policy
Printer Migration from Windows 2003 to Windows 2008 R2
I want three selects, but only require one select to have input
google.class file detected by Norton as High risk - Is it high risk ?
Inventory System (Freeware) Recommendation
Rollover flash "SWF" files are not working in internet explorer
mstsc rdpfile published on citrix
How to backup to tape in BE 2010 ?
How do you join a Snow Leopard Client to Windows SBS 2008 domain
OS4 MultiTask Programming: How to get network while in Background?