Convert Uppercase to Lowercase Tool || বড়হাতের অক্ষরকে ছোটহাতের অক্ষরে রূপান্তরকারী টুল || Uppercase to Lowercase

 Convert Uppercase to Lowercase Tool


This code creates a form with a text input for inputting the text to be converted and a button to trigger the conversion process. When the "Convert" button is clicked, the convert() function is called, which retrieves the value of the text input, converts it to lowercase using the toLowerCase() method, and displays the converted text in a div element with an id of "results".

Note that this code uses JavaScript's built-in toLowerCase() method to perform the text conversion.

=============================================================================

Uppercase to Lowercase রূপান্তরিত করার জন্য টেক্সট ইনপুট করার জন্য একটি টেক্সট ইনপুট এবং রূপান্তর প্রক্রিয়া ট্রিগার করার জন্য একটি বোতাম সহ একটি ফর্ম তৈরি করে। "রূপান্তর" বোতামটি ক্লিক করা হলে,রূপান্তর() ফাংশন বলা হয়, যা টেক্সট ইনপুটের মান পুনরুদ্ধার করে, এটি ব্যবহার করে ছোট হাতের অক্ষরে রূপান্তর করেtoLowerCase() পদ্ধতি, এবং a এ রূপান্তরিত পাঠ্য প্রদর্শন করেdiv "ফলাফল" এর একটি আইডি সহ উপাদান।

মনে রাখবেন এই কোডটি জাভাস্ক্রিপ্টের বিল্ট-ইন ব্যবহার করে toLowerCase() পাঠ্য রূপান্তর সঞ্চালনের পদ্ধতি।

Convert Uppercase to Lowercase Tool

Convert Uppercase to Lowercase Tool

No comments:

Post a Comment