Shortest
उपलब्ध, .wl संदर्भ से भिन्न
Pattern wrapper that tries the shortest match first — the default for both string and expression sequences
.wl संदर्भ से भिन्न: `Longest`/`Shortest` in a definition
Shortest[p]
{a, b, c, d, e, f, g} /. {x__, Shortest[y__]} :> {{x}, {y}}
→ {{a}, {b, c, d, e, f, g}}{a, b, c, d, e, f, g} /. {Shortest[x__], y__} :> {{x}, {y}}
→ {{a}, {b, c, d, e, f, g}}StringCases["abcdefg", Shortest[x__] ~~ __ -> x]
→ {a} सभी 6300 फ़ंक्शन ·
इसे किसी MCP क्लाइंट से उपयोग करें