MCPcopy Index your code
hub / github.com/reactjs/react-rails / isHexDigit

Function isHexDigit

lib/assets/javascripts/JSXTransformer.js:2653–2655  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

2651 }
2652
2653 function isHexDigit(ch) {
2654 return '0123456789abcdefABCDEF'.indexOf(ch) >= 0;
2655 }
2656
2657 function isOctalDigit(ch) {
2658 return '01234567'.indexOf(ch) >= 0;

Callers 3

scanHexEscapeFunction · 0.85
scanHexLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected