টেমপ্লেট:Str find0

এই টেমপ্লেটটি স্থানান্তর করা থেকে সুরক্ষিত।
এই টেমপ্লেটটি সুরক্ষিত।
উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

-1

টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]

The Template:str_find0 returns first appearance of a substring in a string, otherwise returns -1.
This template uses sub-template:str sub find which does the routine.

ব্যবহার

{{str find0|<string1>|<string2>}}

  • It is zero-based. So no need for extra {{#expr:{{str find|}}-1}} calculations to use it in other templates.

সীমাবদ্ধতা

  • Handles strings up to 90 characters.

সম্পাদন

  • Very fast on short strings. Uses enhanced algorithm to run the subroutine only when needed.

উদাহরণ

  • {{str find0|abcdef|abc}} → 0
  • {{str find0|abcdef|def}} → 3
  • {{str find0|abcdef|ghi}} → -1
  • {{str find0|abcdef|abcdefghi}} → -1

আরও দেখুন

টেমপ্লেট:String templates see also