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.

Remove special characters from a string in Swift

By Saruque Ahamed Mollick

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

Convert all string items of a list to integer in Python

By Saruque Ahamed Mollick

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

Remove first n characters from a string in Python

By Saruque Ahamed Mollick

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

Access Quran in Python – 23 languages with dataset

By Saruque Ahamed Mollick

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

Insert element to a specific index of an array in Swift

By Saruque Ahamed Mollick

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

Check if a string is a valid number in Swift

By Saruque Ahamed Mollick

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

Fix Swift error: value of type ‘String’ has no member ‘components’

By Saruque Ahamed Mollick

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

Count number of occurrences of a character in a string in Swift

By Saruque Ahamed Mollick

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

Related Posts