
Search In
We can convert array to string using php predefined function named as implode().
Syntax for implode is:
implode('separator',array);
Example -
$split_data [0] = 'This';
$split_data [1] = 'is';
$split_data [2] = 'a';
$split_data [3] = 'text';
In python search function searches for first occurrence of RE pattern within string with optional flags.
The search function is used to re.search function and returns a match object on success.
use the below syntax for search function in .py file,
C# allows use of pointer but it makes your programming code unsafe.
A pointer is a variable which stores reference of another variable of same data type in which the pointer is declared.
The general form of a pointer declaration is:
type *va
In laravel we can create relation between the tables and can use them where ever we need it we need not to create custom queries or use query builder to retrieve data. I have written one of example of my worked project.
//hasOne relationship model
Hello readers here is a simple line of code that will give your page a new look using a corner ribbon tag... it will help you to add ribbon aside of your working area by using pure CSS code. You can use this code whenever you want to display somethi
It is easy to merge different images to make a single image. It is like pasting images to a canvas and taking picture of that canvas. Below I have explained how to do it.
-(UIImage*)combineImages:(NSMutableArray *)images{
CGRect frame = self.vi
Hello readers !
In this blog i'll explain what is Pseudo-elements and how can we use it.
What is pseudo-classes ?
- Pseudo-classes are some special classes which are used to for special effect.
You can also use it with css class.
F
#include<string.h>
int main() {
int number1, number2;
char str[10];
printf("\nEnter a Number:::");
scanf("%d", &number1);
sprintf(str, "%d", number1);//step 1
strrev(str);//step 2
number2 = atoi(str);//step 3
pri
This is login tutorial using shopify sdk.
Shopify authenticate any customer based n email id and password and returns customer details if customer already exists in shopify or shop.
Mobile buy sdk is used to access all the methods of shopify login
If you want to create a function to Show SMS on your device check below simple example. Here I have created a ListAdapter, by using this class sms will be showing on list and in this I have also created a SmsFormat class In which I have set value dat
