Qurak

RegularExpression

Available, differs from the .wl reference

Represents a regular expression pattern for string matching.

RegularExpression["regex"]
StringCases["adefgh12c34", RegularExpression["[a-e]+"]] → {ade, c}StringSplit["12X X5X X89", RegularExpression["\\B"]] → {1, 2, X X, 5, X X, 8, 9}StringCases["adefgh12c34", RegularExpression["[a-e]"]] → {a, d, e, c}

Used in

Topics

Related

All 6300 functions · Use this from an MCP client