ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Filter.stringContains
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ইউনারী বা বাইনারি ফিল্টার তৈরি করে যা পাস হয় যদি বাম অপারেন্ড, একটি স্ট্রিং, ডান অপারেন্ড এবং একটি স্ট্রিংও থাকে।
ব্যবহার | রিটার্নস | ee.Filter.stringContains( leftField , rightValue , rightField , leftValue ) | ফিল্টার |
যুক্তি | টাইপ | বিস্তারিত | leftField | স্ট্রিং, ডিফল্ট: নাল | বাম অপারেন্ডের জন্য একজন নির্বাচক। যদি leftValue নির্দিষ্ট করা থাকে তাহলে নির্দিষ্ট করা উচিত নয়। |
rightValue | অবজেক্ট, ডিফল্ট: নাল | সঠিক অপারেন্ডের মান। রাইটফিল্ড নির্দিষ্ট করা থাকলে নির্দিষ্ট করা উচিত নয়। |
rightField | স্ট্রিং, ডিফল্ট: নাল | সঠিক অপারেন্ডের জন্য একজন নির্বাচক। যদি rightValue নির্দিষ্ট করা থাকে তাহলে নির্দিষ্ট করা উচিত নয়। |
leftValue | অবজেক্ট, ডিফল্ট: নাল | বাম অপারেন্ডের মান। LeftField নির্দিষ্ট করা থাকলে নির্দিষ্ট করা উচিত নয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCreates a filter that checks if a string contains another string.\u003c/p\u003e\n"],["\u003cp\u003eThis filter can be used to compare strings from two properties (fields) or a property and a given value.\u003c/p\u003e\n"],["\u003cp\u003eEither \u003ccode\u003eleftField\u003c/code\u003e/\u003ccode\u003erightValue\u003c/code\u003e or \u003ccode\u003erightField\u003c/code\u003e/\u003ccode\u003eleftValue\u003c/code\u003e pairs must be provided but not both.\u003c/p\u003e\n"],["\u003cp\u003eThe returned filter is either unary (operating on a single input) or binary (operating on two inputs).\u003c/p\u003e\n"]]],[],null,["# ee.Filter.stringContains\n\nCreates a unary or binary filter that passes if the left operand, a string, contains the right operand, also a string.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------------------------------------------------|---------|\n| `ee.Filter.stringContains(`*leftField* `, `*rightValue* `, `*rightField* `, `*leftValue*`)` | Filter |\n\n| Argument | Type | Details |\n|--------------|-----------------------|---------------------------------------------------------------------------------------|\n| `leftField` | String, default: null | A selector for the left operand. Should not be specified if leftValue is specified. |\n| `rightValue` | Object, default: null | The value of the right operand. Should not be specified if rightField is specified. |\n| `rightField` | String, default: null | A selector for the right operand. Should not be specified if rightValue is specified. |\n| `leftValue` | Object, default: null | The value of the left operand. Should not be specified if leftField is specified. |"]]