This article will go to detail on Python how to format date in different format. I will explain and give planty examples using date format...
Sovary May 28, 2022 1.05KWe have a single sentence how can we check whether the string is end with specific word? in Python we can use endswith() method to check as string have particular suffix value. The endswith() is built..
Sovary May 28, 2022 1.49KToday we will learn how to check if there is a string start with specific letter or word with different ways. Below examples would help guide you to approach the result...
Sovary May 28, 2022 2.33KIn Python to check whether if a string contain only alphabets we use isalpha() function on a string. isalpha() function is built-in string function which will returns as boolean value...
Sovary May 28, 2022 1.18KToday tutorial, we will share with you the way to convert a PHP string into array. we will convert a string into array in PHP by specify character So you will learn how to convert a text to an array using a delimiter in PHP...
Sovary May 27, 2022 1.09KThis tutorial we will find out the way to remove duplicated words from given sentence in Python. We will check given string if there are duplicated word then we will remove from the string and return..
Sovary May 27, 2022 993Today I will show you how to insert watermark on your images. Sometime you don't want spend time to take picture in Photoshop by just only place text on your copyright image...
Sovary May 27, 2022 1.38KTo protect your image or want to mark an image is made by you, adding watermark on photo is the option to identifiy. In PHP I have wrote an article how to adding text on photo as watermark. For this version I will apply an image watermark instead of using text...
Sovary May 27, 2022 1.43KToday we will learn how to config Google Admob in Android Studio before we are getting deep for each ad formats. I will try to keep it simple to understand for beginner...
Sovary May 24, 2022 1.79KGoogle Admob have provide different ads formats, so that you can decided to choose which one is suitable for your app. The following are ad formats available for Android applications...
Sovary May 24, 2022 1.49K