Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
In this tutorial, I will show you how to remove special characters from a string in Swift. I will go with the basic and easy method first. (It will be useful or not depending on th.... Read More
In this tutorial, I will show you how to convert all string items of a list to integer items in Python. It’s better to show an example of what I am going to do in this tutori.... Read More
In this tutorial, we will learn how to remove the first n characters from a string in Python. We will cover these: The simplest way to remove the first n characters. (Slice notatio.... Read More
As-Salaam-Alaikum, in this tutorial, I will show you how to get Quran data and print ayah using Python. First of all, let me tell you one thing. In this post, I will show you just .... Read More
In this Swift tutorial, I will show you how to insert an element to a specific position of an array in Swift. We will be using insert() function to add elements to an array. We wil.... Read More
In this tutorial, we will learn how to check if a string contains only numbers or digits in Swift. I have created a Swift function that will return true if all the characters of th.... Read More
In this tutorial, I will show you when error: value of type ‘String’ has no member ‘components’ this error occurs and how to fix this error in Swift. Befor.... Read More
In this tutorial, I will show you how easily we can count the number of occurrences of a character in a string in Swift. We can easily count the number of strings using .count. let.... Read More