You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To write a regex that allows a minus sign, you have to write the minus sign first, so this should do it: [-.0-9]
However, to make negative numbers work in Cell you would need a few more things (including documentation updates!) - if you want to work on it, feel free, and let me know how you get on. If it's simple, I might add it, and if not, I might add it to Pell instead...
Hi ...
Thank you for your clean and excellent code
But the Regular expression you wrote for numerals does not support signed numbers
Can you help me write Regular expression for signed number ?
Your Regex
[.0-9]
Thanks
The text was updated successfully, but these errors were encountered: