सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, रेगुलर एक्सप्रेशन के आधार पर किसी स्ट्रिंग को अलग-अलग हिस्सों में बांटता है. इससे स्ट्रिंग की एक सूची मिलती है.
इस्तेमाल
रिटर्न
String.split(regex, flags)
सूची
आर्ग्यूमेंट
टाइप
विवरण
यह: string
स्ट्रिंग
वह स्ट्रिंग जिसे बांटना है.
regex
स्ट्रिंग
स्प्लिट करने के लिए रेगुलर एक्सप्रेशन. अगर रेगुलर एक्सप्रेशन (रेगुलर एक्सप्रेशन) खाली स्ट्रिंग है, तो इनपुट स्ट्रिंग को अलग-अलग वर्णों में बांट दिया जाता है.
flags
स्ट्रिंग, डिफ़ॉल्ट: ""
यह एक स्ट्रिंग है, जो रेगुलर एक्सप्रेशन फ़्लैग के बारे में बताती है: 'i' (केस-इनसेंसिटिव).
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["`String.split()` divides a string into a list of substrings based on a provided regular expression."],["The function accepts an optional `flags` argument, supporting 'i' for case-insensitive splitting."],["If the regular expression is an empty string, the input string is split into individual characters."],["Special characters within the regular expression can be escaped using a backslash."]]],[]]