MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / is_word

Function is_word

std/re/src/main/matcher.rs:267–269  ·  view source on GitHub ↗
(c: char)

Source from the content-addressed store, hash-verified

265}
266
267fn is_word(c: char) -> bool {
268 c.is_alphanumeric() || c == '_'
269}
270
271/* Predefined class predicates lean on std, so Unicode needs no tables. */
272fn item_match(item: &ClassItem, c: char) -> bool {

Callers 2

boundaryMethod · 0.85
item_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected