Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Need help on regular expression, where we are trying to grab number values as
well as minus sign if negative. Currently we can grab all the numbers correctly, just if numbers are negative, we only grab the number not the number and the minus sign: Example for: -10 we get 10 but want -10 of course I am new to Regular Expressions and have played with the syntax but cannot get it work properly. Currently we are using "\D+(\d+)" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can someone help me with this regular expression? | Excel Discussion (Misc queries) | |||
Regular Expression Conditionals (?(if)then|else) in VBA? | Excel Programming | |||
Help with regular expression | Excel Programming | |||
Regular Expression | Excel Discussion (Misc queries) | |||
Regular expression searching problem | Excel Programming |