मैं "प्रत्यय" का उपयोग यहाँ पर "उपसर्ग का अनुसरण करने वाले किसी उप-स्ट्रिंग" के लिए करता हूँ।
यहां "उपसर्ग" का अर्थ है एक शब्द का स्टार्ट, जहां एक शब्द की शुरुआत या तो स्पेस के बाद या इनपुट टेक्स्ट के पहले कैरेक्टर (पहले शब्द के लिए) के रूप में परिभाषित की जाती है। एक शब्द के बीच में एक "उपसर्ग" को अनदेखा किया जाता है।
उदाहरण के लिए, यदि आपका इनपुट उपसर्ग "आर्म" है और इनपुट टेक्स्ट "डंबलडोर की सेना आसन्न आर्मगेडन के लिए पूरी तरह से सशस्त्र है" तो आउटपुट सूची में (y, ed, mastdon) शामिल हैं।
परीक्षण के मामलों
केस-संवेदी मान लें, स्ट्रिंग्स रिक्त स्थान के बाद समाप्त हो जाती हैं। इनपुट एक स्थान से शुरू नहीं होगा।
डुप्लिकेट को निकालना वैकल्पिक है।
Input prefix: "1"
Input text:
"He1in aosl 1ll j21j 1lj2j 1lj2 1ll l1j2i"
Output: (ll, lj2j, lj2) - in any permutation
Input prefix: "frac"
Input text:
"fracking fractals fracted fractional currency fractionally fractioned into fractious fractostratic fractures causing quite a fracas"
Output: (king, tals, ted, tional, tionally, tioned, tious, tostratic, tures, as)
Input prefix: "href="https://www.astrotheme.com/astrology/"
Input text:
"(div style="padding: 0; background: url('https://www.astrotheme.com/images/site/arrondi_450_hd.png') no-repeat; text-align: left; font-weight: bold; width: 450px; height: 36px")
(div class="titreFiche" style="padding: 5px 0 0 6px")(a href="https://www.astrotheme.com/astrology/Nolwenn_Leroy" title="Nolwenn Leroy: Astrology, birth chart, horoscope and astrological portrait")Nolwenn Leroy(br /)
(/div)
(div style="text-align: right; border-left: 1px solid #b2c1e2; border-right: 1px solid #b2c1e2; width: 446px; padding: 1px 1px 0; background: #eff8ff")
(table style="width: 100%")(tr)(td style="width: 220px")
(div style="padding: 0; background: url('https://www.astrotheme.com/images/site/arrondi_450_hd.png') no-repeat; text-align: left; font-weight: bold; width: 450px; height: 36px")
(div class="titreFiche" style="padding: 5px 0 0 6px")(a href="https://www.astrotheme.com/astrology/Kim_Kardashian" title="Kim Kardashian: Astrology, birth chart, horoscope and astrological portrait")Kim Kardashian(br /)(span style="font-weight: normal; font-size: 11px")Display her detailed horoscope and birth chart(/span)(/a)(/div)
(/div)
(div style="padding: 0; background: url('https://www.astrotheme.com/images/site/arrondi_450_hd.png') no-repeat; text-align: left; font-weight: bold; width: 450px; height: 36px")
(div class="titreFiche" style="padding: 5px 0 0 6px")(a href="https://www.astrotheme.com/astrology/Julia_Roberts" title="Julia Roberts: Astrology, birth chart, horoscope and astrological portrait")Julia Roberts(br /)(span style="font-weight: normal; font-size: 11px")Display her detailed horoscope and birth chart(/span)(/a)(/div)
(td id="cfcXkw9aycuj35h" style="text-align: right")
(/div)"
Output: (Nolwenn_Leroy", Kim_Kardashian", Julia_Roberts")
विजेता
यह कोड-गोल्फ है , इसलिए सबसे कम बाइट्स जीतता है। :)
किसी भी तरह से काम करने वाले इनपुट्स को स्वीकार कर सकते हैं, जब तक कि आपका कोड टेस्ट मामलों की तरह मनमानी समस्याओं को हल कर सकता है।
https://www.astrotheme.com/astrology/
जब यह पहले हो तो उपसर्ग कैसे हो सकता है href="
?