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
Library does not support hex number (e.g. 0xABC) or binary number (e.g. 0b1101).
I need to replace hex/binary numbers using regular expression before evaluation.
Library does not support hex number (e.g. 0xABC) or binary number (e.g. 0b1101).
I need to replace hex/binary numbers using regular expression before evaluation.
Here example expression:
"4 + 0xA1"
The result should be 165.