MCPcopy Index your code
hub / github.com/csev/py4e / isWordChar

Function isWordChar

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:3226–3228  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

3224 return -1;
3225 }
3226 function isWordChar(ch) {
3227 return /\w/.test(ch) || ch.toUpperCase() != ch.toLowerCase();
3228 }
3229
3230 // See if "".split is the broken IE version, if so, provide an
3231 // alternative way to split lines.

Callers 4

findPosHFunction · 0.70
selectWordAtFunction · 0.70
findPosHFunction · 0.70
findWordAtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected