Test if a string is numeric.
isNumericPropertyName("abc"); // falseisNumericPropertyName("123"); // true Copy
isNumericPropertyName("abc"); // falseisNumericPropertyName("123"); // true
Test if a string is numeric.