php get first character of string

Solutions on MaxInterview for php get first character of string by the best coders in the world

showing results for - "php get first character of string"
Amy
08 Jan 2017
1$result = substr("Hello How are you", 0, 5); //first 5 chars "Hello"
Martín
02 Jan 2021
1substr("testers", -1); // returns "s"
Emelie
02 Aug 2016
1
2<?php
3echo substr('abcdef'1);     // bcdef
4echo substr('abcdef'13);  // bcd
5echo substr('abcdef'04);  // abcd
6echo substr('abcdef'08);  // abcdef
7echo substr('abcdef', -11); // f
8
9// Accessing single characters in a string
10// can also be achieved using "square brackets"
11$string 'abcdef';
12echo $string[0];                 // a
13echo $string[3];                 // d
14echo $string[strlen($string)-1]; // f
15
16?>
17
18//substr() function returns certain bits of a string 
Aicha
21 Oct 2017
1$firstStringCharacter = substr("hello", 0, 1);
Erin
23 Jul 2020
1$newstring = substr($dynamicstring, -7);
Berenice
14 Apr 2016
1$words = explode(" ", $string);
2
3$firstname = $words[0];
4$lastname = $words[1];
5$third_word = $words[2];
queries leading to this page
first letter of a string phpthe first 4 characters in a sting phpphp get aprt of stringhow to make substring in phpcheck last 3 character in string phpget last digit of a string phphow to find first character in a string in phpsubstrinf phpselect first character of string phpphp sub strcut part of string phpsubstr php variablephp string first symbolsget first letter php laravelphp subscrintphp first charphp get first 4 words from stringphp substring last characterphp get last 3 character of stringget string from second character phptake first 3 characters of string phpphp return substring from index 23 to endsubstr bring 7 with one character phpphp substring to get last charactersubstr length any php how to get last 4 digits of number phphow to get the first four letters in a string in phpleft string phptake first 10 characters from string phpget x number of cars of string phpphp get first letter in stringphp string find firstcust string phpsubs string phpphp show only first character stringhow to take the first characters before the a certain character in phplast char check in string phpphp get string 2b php get 3 alphabet of stringphp only show first characterphp select stringphp string midphp first nametruncate a string phpphp get first 10 words of stringphp get first index of char of stringphp substroingget last character from string phpget first 25 word of string phpphp first character of a stringphp cut textarray substring javascript in phpphp get the first four characterscut a value str in phpphp string subphp get last character in stringget first five characters string phpphp midstrphp get first 5 words from string phpphp keep first 5 charactersphp get strat of 3 first charactersphp get first 30 characters stringtake last 4 characters php from stringetract part of a string phphow to get first two character in string phpcan you substring a variable in phptake the first x letter phpget all characters of string php after first 5cut first 5 characters string laravelget the last 10 character of a string phpphp get the first 3 characters in a stringphp string first 2 characterscatch last character of string in phpphp get last 4 of stringcheck last character of sting phptake first character to word in string phpshow 4 5 characters of a stringhow to get specific amount of string in phpstrrpos of last char in phpphp get the first n characters of a stringphp match first character of stringphp get first 2 words stringphp array and substringssubstr 280 2c 100 29 3bphp lefetget last three digit from string phpphp get first char on stringphp subdtr php get the last 4 characters of a stringhow do display few part of variable in phpphp string keeping 22 27how to truncate string in phphow to get the first 2 letters of a string in phpphp last characters from stringcompare first 4 characters of sgtring in phpget first 2 letters from string phpsubstr length 20 char maxfirst name phpstring take first n characters phpphp subset a string based on characterstring sub phpsubstrwords phphow to check first letter of a astring in phpphp return last number from stringtake first 3 characters from stringphpget last char in string in phpget first element of a string phpreturn first half of string phpphp get first letter of stringget first 3 chracters of string phpfonction name firstname phpphp substr from last characteruses of substr in phphow to get the first character of a string phpget first character of word phpphp substr get last charget first 2 character of string laravelphp get substring from specific intervalget last four digits of string phpphp get first element of stringphp get the first character of a stringfirst 10 characters phpget first 4 chars of string phphow to take first character from string in phphow to find the first letter of a string in phpphp keep only last n char in stringget first string from text phphow to get first 3 characters after character in phpphp firtyst lett of stringget first three characters of string in phpget the last caracter of the srintg phphow to substring a string in phpecho first 5 letters phpcheck first two characters of string phpget the first n letter of a string phpget the first 5 letter from a string in phpphp get chars from stringphp only pick first letter from stringhow to get last 5 characters of a string in phpsubstr mtehod in phphow to get first 3 characters of a string in phpphp get first 6 characters of string and last 6 character of a stinglast 4 char of string phphow to only show 8 character in phpphp get last right stringphp last chars of a stringtake last part of string phpget letters in phpshow first 50 characters phpecho 28 29 vs substring in php php get last two characters of stringphp check last charactersubstring php examplephp get the characters before the last first char of a string is phpget string character by index phpget the last 2 character of a string phpsubstr get after position phpsubstr om phpstring len select last characters phpget last number from string phpsubstr first character phpphp get string before last occurrence of characterphp string last elementsubstr php 7php get first characters of stringphp select part of stringphp last 4 letters of stngcut string to first 20 charactersphp get last 2 character of stringphp first 6 characters stringshow last characters from stirng phpphp substring from last characterphp only show first caharcsmall length from php stringget first characters of string phpphp trim string to lengthshorten string and add phpphp substring read by endget first 2 characters of string phpphp select first character of stringget the before last char in string in phpsopy substring phpdisplay full name of first character of a word in phpget segment of string using positions pgpsubstring right in phpget the first letter of each word in a string phpphp string cut substringsubstr character ignore phpphp get the first 3 charactersphp all but last characterfirst to letter phpfind 1st character in strung using phpphp get last 5 characters of stringget last 4 characters string phpphp sget first letter of stringget first 5 characters from a string phplast index of string phpphp get first character of firstname and first of last nametake first few characters in phphow to get last 10 digit from number in phpget first character in array in phpphp substring 24php copy into string at offsetphp get the last 2 characters of a stringhow to check last element of string in phpsubstr explained phpcut text in php examplehow to get string last character in phpphp string first charfirst to name by phpget last string from string phpphp extract last word from stringphp last position of characterlaravel get first two characters of stringphp character attake first 3 characters from string phpcheck last character of string in phpphp get first cget string range phpphp get 2 first lettershow to find the first and last character from a string in phpphp trim string to max lengthphp string get last occurrencephp crop stringget first 3 letter phpslice php stringphp cut string on characterphp get first 100 characters of stringsubstrw3 phpfind last occurrence of character in string phpget fist chars from string phpphp read string from behindget the first 10 characters of a string in phpstring first letter phpsub string function index of in phpfind first letter of string array phpphp take last n characters stringphp last charactertake last 2 characters phpsubstr php variable 5csplit last 4 digits in phpsubstr the first letterphp get n first caractersthe php substr function php get last numbers from stringhow to take first 2 symbols phpget the first three characters from a string in phpphp check last character of substringget the first char in a word phpphp first string characterphp substring to characterphp subsdtsubstr character in string phpphp get last 5 letters of stringsubstring get first character phpphp grab last line of stringphp substr first 2 charactersphp first 10 characters of stringphp get last charcaterphp get first char of each wordlast 4 characters of string phpshow only 2 first letter phpphp text first 10 charactersphp return first characters of stringhow i can get last word of string in phpphp first 5 chars of stringsubstr from the beginningget the first 4 letters of a string in phpget only last character of string phpphp substring from righthow to get the last character from a string phptake last 10 char of string phpdisplay full name of first charcter in phpextract characters from string laravelphp get last word of stringphp check first two characters of stringsubstr in php resultslice last char of string phpselect first characters of string phpphp string first 2 charssubstring first character phpphp how to select first 3 characters of a stringget first char of string phphhow to get the first letter of a string phpsubstring in php post variablephp get first 6 characters of stringstring slice by substring phpphp substr string posphp strleftphp get first character from stringphp start string at index 3php 5bull out substringphp limit string lengthget only 7 charcter of stringget first 3 letters of string phpphp subposphp get first 16 characterssubstring html phphow to get the last letter of each word in a string phpphp get the last character in a stringcheck first char in string phpphp get last 5 letters from stringwhat would the substr do in php 3fphp get first ten chars from sringphp getting substringphp get first 25 charactersphp cut str start endhow to get string first character in phpphp rightphp first 10 chars of stringphp last char of a texti get 3f inside the string for some character in phpgrab the last character of a php stringsubstring modifiers phpend of string phpphp get chars in specific charactersphp cutoff stringget the first chars of string phptake first 2 characters string phpsubstr manual phpget first letter of word in string phpread str from last phpget substring of phpfirst 16 characters phpphp sub stringphp only take the first 10 charactersphp 2b return the first part of the stringphp subtstrstr splice in phpphp get first character of each wordsubstr phphextract a string from a string in phpget substring from string phpphp truncate after amount of characterphp last index of stringdisplay only 5 characters in phpselect character next cama with phpphp take th 5 last charhow to get the last character of a string in php 3fget first x characters from sting phpphp get last 8 charsphp only show first 20 charactersreturn substring phpphp substr 28 29 functionhow to get last char of string in phpget last x characters from string phpfind first character in string phpget first amount of characters ins ttring phphow to get first 7 string from a long string variable in phpcontrol first 3 character phpsubstr w3 phpfirst letter php stringlast character string phpstr substr phpphp first 3 cha of sringphp str first number of charactersstring get first 10 characters phpphp get part of stringphp substr by characterfirst char string phphow to get substring from string in phpphp take end of stringsubstr php functionphp get the last n character of a stringphp check last character is a numberfirst two characters of string phpstart and end of string in phpphp start a string with a specific letterphp string only n charactersphp show part of stringphp last character of stringphp substr last 4first 4 chars of a string phpfuncion substr phpphp last position of character in stringphp check last characters of stringget first letters from the string phpphp string partsubstr get last 10 characterscheck first string phpphp string char athow to get first two characters of a string in phpphp first 5 characterscut string php characterphp how to get part of stringchars in string phpphp get first character of paragraphphp get first letter of a stringpfp substrphp get first four charachters in stringphp from parameter get first 4 charsfirst 5 characters of string phpprint first characters of words in string phpsubstr php meaningphp slice from charget last n character of string phphow to get last word from the string in phpphp last occurrence of character in stringphp get the first letter of a stringphp substring at string endget first two characters of string in phpphp echo first 3 characters phparray values substring phphow to get the first character of a string in phpstring get first 4 characters in phpphp substr in javascriptlast char phpread last character of string phpphp reduce string length to 20 charactershow to get the first letter phpget last char phpphp check last character in stringphp new function for slicing wordsphp now 28 29 substringphp str starting for lengthphp substr stringstring left phpshow only first word from string phpphp get last 4 character of stringphp in particular part in string showchange first letter of string phpphp to get first character from stringfirstname phpslice a string in phplast characters string phpphp check first 2 characters stringget char from end string phpget all first letter of a string php 8how to cut middle part of text phpphp find out last scring after slassfirst value of string phphow to slice string in phpphp get first n chars of stringsubstr trong phpphp take first n characters stringphp get char index roghtget the index of the last character in a string phpget only first 2 hcahcter from string in phpsubstring first 2 characters phpphp cut off characters after max langhtphp last part of a string php substrhow to get last 4 characters from string in phpget first charachter of string phphow to take first character in php stringget last from string 2b phplimit string phpchake first later in string phpphp return a char in stringget sub string from string phpstring last 4 characters phpsubstr php examplescheck first character of string phpphp get string from positionstring last value get in phplast position string phpget first letter of work phpphp find last character in stringget last 2 digit php stringphp find the last number of a string posread last string in phpphp take last 4 charactersphp 5c as last characterphp string first 10 charactersphp first letter in stringphp string truncatephp get last 3 letters of stringget piece of string phpphp cut out 5 part of string aftershow first and last 3 characters in phpsubstrings phpdisplay first letters from full name phptake last 5 characters from string phpsubstr on second dot phphow to use 3 characters of a string in phpsunstr phpphp first string letterhow to get last digit of string in phpphp string get first 10 characterssubstr offsetget last string after 2f in phpphp get first character stringlast right string check in phptrim up to character length phphow to capture letter in phpget first 4 letter from string phpphp get two first characterssubst phpsubstr php from endphp get first 50 characters stringsub string phpget first 4 characters of value phphow to get first 10 characters from string in phpcut string from a point phpget only first character string phppphp get first 10 chars of stirngreturn just 3 letter substring phpphp take last two character of stringphp get first character of string phpubstring phpfirst char from string phpphp read the last charactersphp string last charfirst character of a string phpsub str in laravel stringhow to use substr phpphp get first namehow to slice string form to phphow to get first 2 digits of string phpreturn first 2 chars firts letterof a string phpgetting only the first two characters of string in phpget the first two character from string in phpget the first chars in string php php substr arrayshort text in php substrphp get first character of stringphp subsgtringphp get letters from stringphp get the last letter of stringsubstr meaning in phpget last 10 characters from string phpphp check first 3 characters of stringphp cut characters from stringstrpos php lastreturn the first character in a string phpsusbstring method in phpget the first cracter of string in phphow to get first n characters of string in phpget first three characters of string phpphp get only first letter of stringsubstr by size phpphp cut off string after x charactersunshift first character of string in phpstr positon sub strphp char at indexphp left part of stringphpreturn first 8 characters of a stringget first 4 letters phpphp 2b 23substrlast word from string in phpget the first string phpget character from string in phpget the first charector in phpphp last character in stringcut string php lengthphp first length of stringsubstr get start two 2f in phphow to get first string value in phptake first 4 characters of string phpphp string get first n charactersphp get first charaterphp get first character of every wordphp to take first 3 charactors from stringphp echo portion stringphp get last letter of stringphp subst string part with anotherphp get first 3 sentence from stringphp extract first characters from stringphp subtrshow to print string three last letters phpphp get string only few carachteres valuessubstrphp first 2 letters of string are substring php stringfirst character of string usig phpget first 2 character of string phphow can get firstr caractewr in string using phpsubstring from char phpphp return first character of stringphp het the first 2 characters in a stringphp substring last 4 charactersphp first three characters of stringphp last string charhow to get first three characters from a string in phpget only first 6 characters of any sentence in phpphp get first four characters of stringhow to get the last character of a string phpget 3rd value in string phpsubstring of string phpphp function to get last 5 character of a stringphp display first 20 characterstake out first letter in the string phphow show only 5 first characters phpphp substr 28time 28 29 2c6 29php subtract last character from stringphp show first 10 characters stringphp get 3 last charactersextract characters from string in phpsubstring using phpphp take only first 3 charactersphp cut after character lengthhow to cut number string phpstr splice in phpreturn first element of array phptake string from last 23 value in phpget first char in phpget first occurrence of character in string phptake first 3 value of a string phpget first letter of string array phphow to get the last letter of every word in a string php substrhow to sub str in phphow to get first letter of string phpphp get substring from last 2fprint first letter of string phpphp string splice from beginning and endlast char php variablephp sustrphp get 2 first characters of stringstring cut in phphow to get the last 3 characters of a string in phptake last 4 digits from a string phpphp display first 100 characters of stringgetting first character of string in phpindex of first char in string phpget last charachter phpphp last charcterphp get the first char of strstring without part of string phpget first characters of a string phpcheck first char of string phpselect first letter of string phphow to get first letter of a name in phpphp get last two chartphp right of stringsubstr index phpget first 3 letters from string phpphp substr last characterphp get first twi caractersphp get last stringcheck the first character of a string phplast 3 chars of string phpget only specific string out of string phphow to bring a string in 2 in phpsubstr php examplephp get 3 char from tringwhat was the first name of phpget last 4 digits of number phpphp cut from stringget last character of string phplaravel get first lettersubstrin in phphow to get first few characters from string in phpfirst letter from string phphow to select only the first 2 characters of a string in phpsensor last 3 string phpsubstr in phpcutting a string in phpget lengt of string phpget character from string phpphp substirngphp grab last two characters from stringshow first char of words phpget first letter from string in phpphp get first five characters stringphp lefthow to check first character of a string in phpstr splice phpfind first three characters of string x in phpget last character string phpphp substring with characterphp get first 5 characters of urlphp substr nedirphp check first char on stringphp last letters of a word in stringphp get string from characterarray of string last alphabet is equal in phpget remainder of substr 28 29 phphow to cut charachter in php toget the last two characters in a string phptake last 2 elements in string phpphp first letter stringcheck first 3 letters in string phpget the last 4 characters of a string in phpstr to substrget last word from the string in phpphp subsrationget last 3 char phpphp get 100 first characterphp sting slicephp get first two characters of stringphp substring from 7 char from last last characterget first character of string laravelget last 10 characters of a string in phpget last string from phpphp get last part of a stringcheck first letter of string phptake string from last value in phpphp get last sign in stringget string character phpget first x characters of string php laravephp get string onlye from stringphp string substringphp show only first stringphp get last word in stringget last char of array phpjava get first 5 characters string phpfirst three characters of string phpphp string charactersget symbole in string in phpphp get first 5 characters of stringget string from php string show first character 2b php 7how to get numbrs of letters from line phpphp get the first x char of a sentencephp get first word in stringphp string limitsubstrac string phpphp string cutstr sub phphow to return first 50 char of a text in phpphp get last n chars of stringsubstring php last 4 charactersphp substr 28 29php first 10 charactersstring last index in phpdisplay only 10 characters and in phpphp reduce string to 6 charactersphp substr examplephp string first two charactersfirst 3 letters of string phpsubsring phpphp 7 substrphp strpos last charphp substr get first letterphp array substring positionphp only first 4 characterscheck first 3 characters of string phpget last charater from string in phpphp get the last two characters of a stringphp detect last string caracterget the last string value phpfirst 4 characters in phpget first 10 chars of string in phphow to get substring from back in phpphp get first 3 chars of stringlast 4 digit from time in phphow to find str position is last in phphow to get first 5 characters of a string using phpsub string only show first character in stringonly show first characters of string phpphp substring characterget substring without knowing value phpget first 100 characters string phpget last 9 character phpsubstr com phphow to get first 4 characters of a string in phpphp get only last 3 from stringphp get first char in all strings in arayphp substring from stringphp get last characters of stringphp get last char of stringphp last charactersof stringphp substr get last characterfind last position of character in string phpphp select first 5 characters stringphp get last 4first chars of string phpget first 2 letters from a string phpget first letter of name phpget last 3 characters phpsubstri 28 29 phpphp select from stringphp get first char of array valuestring is same as end of string php from stringphp subtrphp string check first characterphp last charof stringto pick first 3 characters of a string in phpphp take sub string of a stringsubstring php endfirst n char of string phpget first 3 characters of string phpselect last 5 number in an string phpphp string get first namephp substr 5cphp left first character of stringget left of string phpprimeros caracteres string phphow to get first 4 characters in phphow to get the last character of a string in phpget the last two caracter of the srintg phpget string last character phpget string first word character phpcheck the first four character of string phpget last 2f from string 2b phpphp string check last characterphp string first 4 charactersphp first 2 characters of stringphp retirer 5 first characters in stringphp cutcopy substring from string phpphp get only first 2 letters of stringphp get first 4 character of stringphp substr first 2 and last two characterssubstr from a position to end phppph string 5c in last char has erro how to get first 2 single char from given string using phpshow starting with first 2 letters in phpsubstring with phphow show the first part of stringphp get last letter from stringphp substr riht string phpphp get first 200 characters from stringget 1st 6 char of stringget the first character of a string in phpphp get characters in stringphp substrinbgget first two characters of a string in phpcharat phpsubstr first characterphp mid string functionphp get first 3 charactersget the first character of a string phpextract string from string phpget first character string phpget first string phpphp get char index leftphp truncate string php7truncate string php charphp take first character of stringdisplay last 4 characters in phpphp subssubstr php with wordsget last char in string phpsubstr to take 6 charshow to get the character for or in phpphp get shows only first 10 charactersget first 2 chars of string phplast word in string phpname 4 characters in phpsubstrt phplast character phphow to print string first letter phpphp last letter of stringsubsutring phpstring 3a 3asubstr 28 29 phpphp get 2 last characters of stringcut string from substring phpfirst characters phpphp get last 3 character of a stringphp get first index of stringphp string rangesubstring last 4 characters phpget first 6 characters of string phpget last 4 characters of string phpphp get first 20 characters of stringphp print last three characters of stringhow to get a substring in phpstring cut by substring phptake the first letter of a string phpphp get last char from stringphp code to extract tail end from a stringhow to check the first character of a string in phpget last 2f from string phpphp get first letter from namephp substr strposphp find first number in string substr in phpget first charctor in string phpstring slice in phpphp find last stringget first word in string phphow to get last few characters from a string in phpget last string before phpphp return last n chars stringlaravel first character of stringcheck the first letter of string phpcheck what the first character of a string is in phpget only 5 characters of string phpphp last certaint character of stringhow to get last 10 chars in phptake first character string phpget the first 10 characters of a tring phpphp get first letterget last number in string phpphph check if last character of the stringphp last word stringphp string substringsubsrt phpphp substr function with negative lengthright letters after 2f phpshow last 5 characters of string phpphp substr 5dget last 3 letters of string phpphp check if last character in string is xphp cut string from positionecho part of string phpsubstr 28 phpget first value from string phpshow data only 5 length in phpphp get first letter from stringget first 4 letters of string phpphp get all but last character of stringsubstr php all 2cphp substr in jsphp get last 3 characters of stringsubstring phpget first letter from string phpget the last index of string in phptruncate string phpsubstr 28 29 in phpget first character from array phpphp string charatwho to substring from 5b to 5d in phpphp cut string after x charactersphp subsatrsubstring character phpcheck string first character phpget only the first caracter string phpphp get last part of string by characterget last line phpphp string slice from endfind first letter in phpphp substringphp substruing 280 2c2 29show first name txt phpget first and second char from string phpget 2 chracters from a string phpstring cut phpget first 7 characters in string phpphp echo first 3 characters of monthphp string 1st characterlast cchar phpget last elemnt string phpsubstr last character phpphp string slice php 7substring in php stringsubstr phpsubstring of a string in phpphp select first characterget first 4 character in phpget the last char of string in phpphp get string substring from backsub string in string phpreduce string length phpsub string in phpget first two letter of string phpdisplay only first 10 characters phpget a part of a string phpsubsr phpextract stirng phpphp get character from string at positionsubtring phpget the last fourth character from a string phpfirst 4 characters phpphp get 10 words from stringget firt letter in string pphsbsrr phpget substring in phpsubstring 28 29 phpfirst name from phpphp get the 4th char of stringphp get 4 first charactersprint the first character of a string phpget last chracter in char array phpphp get last character of stringget the first element of string phpsubstrac phpphp get first 3 charcut strsubbstr phpsubtring in phpget last 32 char phpphp get the first 3 letters of a stringphp string cut from end 7 charfirst word from a string in phpphp get first word in stringget only first letterof string phpphp take last 5 character of stringget two character from string phpphp subsstringsubstr 28 24string 2c 0 2c 24len 29php get 4 last charssub str php 27php find string rangeget last letter of string phpget first n cahractes of a stsing in phppick first letter of string phpphp check first character of stringget first letter phpphp position last characterphp nth characters from end of stringget last position of a char phpdisplay only n char phpextract string phpget last character of string after specific phpfirst char in string phpstring last character phpphp last seen datetime with stringphp first charachterphp array substrphp substring array returnget the first 3 leter phpphp get string after number of charactersphp find last index of stringselect right letter phpphp get last element of stringstring slicing in phpphp get first x words of stringphp pull certain charactersphp last x characters stringphp get last 10 characters of stringhow to extract part of a string in phpstring last word in phpphp get last 4 stringsprint only first 30 character of string in phpphp first 4 characters of stringphp substring first 3 charactersget the first letter of a string phpsubstr 28 29 phpphp cut string to certain number of charsfind first character in string explode phpsubtrect in phphow to get first letter in phpphp string last 4get first 3 characters in sring phpstring last position phpin text get last string phpsubstr from end of string phphwo to get first letter in a string phpphp check the last character of a stringhow to extract a string in phpget last word from string phpphp string firstsubstring en phpphp substtrget last characters from string phpphp take the first 8 characters of a stringget last 5 characters of string phpsubstring php from endphp get last characterhow to get first 5 characters of a string in phpshort string phpphp get only last from stringphp substr in stringhow to get first 30 words from string in phpphp only first namephp get last part of stringphp substr max lengthget first char of string phpselect only first 10 characters from string phpget substring in string phpfetch the first 4 letters only phpget last char of words in string phpphp find last instance of character in stringphp get first character in stringslice text in phpstring range in phphow to get part of string phphow to use substring in phpphp get substring from tostring substr phpget last 3 characters of string in phptake the first 30 words in a string phpfind the last lette in a string phpphp left of stringget last 5 character from string phpstrpos with last occurrence in phpget first 5 of stringget partial of string up specific character phpregex get last character phpsubstring in phpphp get the first 4 characters of a stringphp stop string stringphp substring last 3 characterstake string part out phpphp returns first word in stringextract string from text phpphp get substringstring get first character phpphp get get string first 4 carachtereget last instance of string in string phpcheck last character of string phpget first 4 string phpphp first 3 charactershow to get last character of string in phphow to slice a string in phpsubstring get certain characters phpphp keep x first 10 charactersphp get last integer from stringget the last character of a string in phpphp substryget first n characters of string phphow to get the first character of string phpphp echo last monthphp the substr examplehow to extract the last character of a string in phpminus in php substrget first 5 digits of num phpphp last word in stringtake substring from string in phpphp get first n characters of stringlaravel get first character of stringget first n character of string phpget the last number from string phpextract 5 letters of first name phpsubstr php a javascripthow to get first caracter phpfind first letter in string phpphp last 2 characters of stringfirst character of string in phplaravel take two last char on variableget the last caracter phpget name first word phpget the first word of a string phpphp get first letter od string in variableget first words in string phpget first 5 characters string phpphp detect if last 3 charactersname first letter get in phpsubstring last character phpphp get first characterphp get last second character of stringfetch first 3 characters in string phpphp get last 4 characters of stringshow last character 2b php 7check first character on string phpget lat char phpfirst character phpphp substr functionphp first letter of string 5chow to use php substrget 4 last text phpselect string 1 in phpright text phpsubchars phpget portion of string phpcharacter at phplast string character phpfirst 5 character substring phpphp get part from stringfirst char in phpphp sub strget first 2 character from string phpchecki php string first valuephp string first and last characterreturn part of string in phpphp take first 3 characters of stringlaravel get first letter on stringextract first four characters from string in phpget last 3 characters of string phpget first 5 wordstring phphow to get last 10 characters from string in phpphp get first 2 char of a stringpph string last 5cphp get only the first lettertake the last two numbers from a php stringget first 10 characters string phpget string 3 firts character phpcheck first 3 characters of string are letters phpphp pop one character from stringtake first two characters of string phpphp get last three characters of stringlast character of string phpreturn string partsubstring function in phpget first name phpphp get first 10 characters of stringphp substring to set wordhow to get last element of string phpsubhour phpdisplay only 10 characters in phpphp get first 5 and last 5 stringfind first letter of string in array phpphp get string first characterphp substr from position to endphp substring last 2php find first character in stringphp last 7 characters of stringretrieve first 3 char phpphp how to get first char as varphp select a part of string fromhow to get the last two digits in years phpsub stre php get the last value of a string in phpget last 2 letters of string phpphp first 50 characters of stringphp subtract string by oneget last occurrence string phpsubstr with charactar phpget first x characters of string phpphp return the 10 first charsphp slice string by characterget shopper name first 2 letters phpphp first 2 letters of stringhow to print the first ten letters of a string phpphp get three first characters of stringhow acces a part of strig in phphphp substrctfirst letter of string phplast 3 characters of string phphow do i grab last number in a string in php 3fget first character from string phpphp first symbol in stringphp take last character of stringget last part of a string phpsubstring php charactersubstr php showing empty in some indexmatch last 4 char phpphp get first charc of paramteretake length of start string phphow to get last string in phphow to get first two letters of a string in phpphp right stringphp string get first 3 charactersphp take part of stringphp print first character of stringsubstring at character phplaravel get first 3 charactersget only a part of string phpget string last position phpphp char from stringsubstr from endcheck what last character in string is phphow to set length of character in phpselect string in phpsubstr in a specific word phpphp get first stringsubstr in html text phpcut a data from string phpphp take substring from stringphp trim string by lengthget first two characters of string phpsubstr 28 29phpslicing string in phpphp get from string last charactersubstr phpphp string get last characterphp get first char of stringget first character in a string phpstr substring phphow to get last 2 char from given string using phpsubstr 28 29 phpphp get first charicter phpphp first string getstring sub phpfind last character in string phpin string get the last int phpsubstr de phpwhat does substr mean in phpphp find a string in a string and select 4 charcsters after the stringphp get first character of leter in wordget last word in phphow to get first character of string in phpstring find first of phpphp get 1 character from string in c 23 netget only first 2 characters of string phpphp first 9 characters of a stringget only 3 number of string ppsubstring from certain character phpget 5 last character of string phpphp get part of a stringhow to get the last 2 value of the string phpget last char of a string phpphp get last 2 word of stringdisplay last 5 caracters phpphp get first 10 characters of a stringphp cut string after lengthget the first 2 characters of string in array phpphp get last 3 charaphp get the first stringphp select first 3 characters phphow to cut 5b 5d in phpphp last stringsubstr inphpget last letter string phpfirst 3 characters of a string in phpget the first character of a word in phpphp first 5 characters of stringphp get last charactersphp check n last 3 characters of stringget first 3 char of string phpcheck last letter of string phpphp echo lastt 10 characters of a stringget first 2 stringget last character of a string in phpphp get first html element from stringfind character into string from last in phpreturn 10 strings phpstrchr last character phpget first letter of a string phpphp get string offsetphp echo text offset and lengthget the last string in phpphp last character substrphp check last 2 characters of stringget 3 first char phpphp first letter of stringtake a part of a string phpphp in sub stringphp show first 100 characters of stringshow first char of string phpget last for letters phpgetting first characters of a variable phphow to get string last character in phppythonhow to get the last charcter of string in phpchar at phpphp first string caracteresubstsr phpget last string until charter phpphp substr last 4 charactersphp get string substringsub char phpphp substr w3get last i digit from string in phpsubstr on method name phplast word of string in phpphp get first x characters of stringsubstring en phphfirst charatere phpget last character of string phphp get left part of stringphp first part of stringphp first few characters of stringget only first character of second word phpfirst string php 5cphp 7 4 get last word of stringcharacters in string in phpsubnets phpphp only keep first 10 words of stringphp shorten stringstrstring phpsubstr last 2 characters phpphp first two chars of stringget first 4 characters of string phpkeep first letters string phpup the first letter of a string phpsubstr php stringhow to get the last character opf a php stringfirst letter phpphp extract last 9 digitshow to cut left string form character in phpstring slice function in phpsubstr bring string 7 with one character phpextract first 4 characters from a string in phphow to get first three characters from string in phpenable nbstyring phpphp substring in stringtake first 2 letter of string in phpget first four characters in string phpget first 9 cahr of string phpphp substring from character to characterphp keep first characterhow to get the last 3 letters of a string pplast index string phphow can get part of string in phpphp get string last characterhow to get first letter of string in php10 letter get in phpphp get first word of the stringfirst character in string phphow to check last character of a string in phpphp echo first 10 characters of a stringphp get first chars of stringphp sub stingphp only show first letterget part of string in phpphp get first two charactersphp get first 8 letter of stringhow to take the first letter of strings in phpphp get first 3 words of stringphp get first 10 chars of a string 3fphp get first string characterphp get 20 characters from the beginning of the textsubtr phpphp get first 10 chars of stringget last 4 digits of string phpphp cut off stringphp get first two characters of string phpphp substr first characterget the rest of the characters after the forst 2 in phpwhen will substr 28 29 php return flaseshow first 3 letters phptake first 5 values of string in phpdispaly certain part of a string phpget last word string phpphp get first 4 characters of stringphp get first character of string every wordphp get the first 3 of stringphp first 6 lettersphp get 1 character from stringwhat is string sub in phpget first char in string phpget the first 4 characters of a string phpget last caracter pos phpphp substring arraycut characters off phpphp check last character of stringphp return last chars stringshow only first charcetr of the string phphow to return the first character of a string in phpphp part of stringphp first few char from stringlaravel string last valuephp trim string from positionget string which substradted using substr in laravelget only last 4 characters of string phpget first character of string phpget last 10 characters string phpsubstring php from end to caracterfirst char of an str phpphp univoquely shorten stringphp get string without first characterprint first n characters of string phpphp get first from rightget last 3 char strinh phphow to substr in phpphp subsrtfirst letter of string in phpsub phpsubcash in phpphp return last character of stringwhat does it mean substr 28 24key 2c 0 2c 5 29 3c 3e 27http 27php string lsubget first element of string phpwhat is the first character of any php variable 3ftake first x chars phpsubstring from string in phpget last four characters string phpphp cut string to lengthhow to get first 4 chracter from a string in phpsubscting phparray substring php 5csubstr character in string phptake string from end to first n characters phpphp get first part of string before characterphp subhourphp variable 3d first in stringphp get only x first characterphp limit to 5 charactersget the last four characters of a string phpsubstr html code phpfirst letter string name surname phplast 25 character of string phpphp clip string to lengthphp first 5 chasr from stringphp start string after certain position and read next 2 indexphp substr from end of stringfirst n characters of string phpstring slicing phphow to get last 2 single char from given string using phpget first 5 characters phpcompare first 4 characters of string in phphow to substring in phpget substr in php substring phpsub str in phpphp last index of character in stringcode take first two characters of string phpextracting substring from position to position phpget last character as integer phpget last letter php read first line of txt phpphp get last 7 characters of stringget first word from string phplaravel php get first lettername 4 charecter in phpsubstr minus 5 string from phpphp substructionphp string leftget string first letters phpget string from 0 to index in phpphp first word of stringextract first letter in phpleft 28 29 right 28 29 phpstrpos and substr in phpfind first position of character in string phplast 4 values of a string in phpphp get first charphp substringhow to get the last three charters of a string in phpphp last part of stringfind last letter in string phpphp cut string from stringget last 3 digits of string phpsubstring in phphphp get one character from stringstring slice php 7php string get last charcterphp return letter from string by indexphp last 10 charwhat is the first character of a php variable 3fphp get first letter of each word in stringget first letter of string in phpsubstr get last 4 characters phpphp left stringtake last 12 characters phpphp get first 3 characters of stringphp string first letter of a stringphp get 3 last charsget first 12 character of string phpsubstri phpphp substringet last charecter string phpstring slice phpphp get last character from stringfirst char of string phpphp get last 2 chars in stringget first five letter phpphp subsractsubstr last 3 characters phpphp return substring from index 23 to end minus 4 charactersphp function only display last caractersubstring at phpstringsub in phplast char str phpphp get first 10 words from stringphp splice stringphp substring lasttake last 4 number in phpphp get last x characters of stringkeep first 6 phpphp get second last character of stringget 7 no letter into string phphow to get last 2 chars from string phpstring slice in php afterhow tom use substring in phpget first 5 characters of string phpget get first character of string phphow to get the first words of letters in phpphp last 3 charaters of stringget first character phpstring cutter in phpget last 7 charactersthree first letters in string phpsubstr php and put brockout parts of a string phpphp check second last character of stringtake first from string phpphp substr first 4 characterscut string from text phpphp string character at positionget first 3 letter from variable phpsubstr startfrom left phplast char of a string phpphp truncate strint to 20 charactersphp get first element of a stringsubstr brackets phpsubstr array phpfrom last position to character string phpget first string value in phpphp first n characters of stringsubstr php get the first 4 phpstring get only first 7 characters in phpphp echo substr examplephp get last string charactershow first 10 characters in phplaravel get last two digitit of a stringphp last character of a stringcut length of string phpphp get first n words of stringphp subsrcheck first character of string in phpfirst letter of name phpphp get first x characterslast char string phpget the first two characters in a string phpsubstring phphphp substr with strposphp substr from startphp trim minusphp last char of stringphp select first 3 charactersleft phpphp string get first x charactersget string first 2 letters phpsubstr phpgetfive char from sting phparray substr phpget last string after phpshow content only first 7 length in phpphp get first 20 of stringphp string slicephp first 3 characters of stringphp get last 4 digits of stringphp substr get last 2 charactershow to select first letter of string in phpget first character in string phpsbustrget last n characters of string phpphp substring stringget middle letter of phpstr last value in phpget first few characters of string phpphp function substramount of positions in a variable phpphp substring textphp get string from middle to lastphp get first letter of wordphp get last letters of stringphp check first 5 characters stringget starting three caracter get phphow to get first three characters from a date in laravel bladenette get first letterget word first character in phpphp substring fromget 1st letter from string phpphp str splice 24 get 2b character in phpsubstr en phpget only 3 number of string phpphp how to get last character of stringsubstring in phpphp get first three characters of stringfirst name of string phpphp get last 2 character of stringsubst in phpphp string first x charactersphp character 2b1check the first letter of a string phpphp last 10 characters of stringhow to get the first letter of string in phphow substring in string in phpphp check last value of stringphp right substringmatch first two wletters of a word phpphp get last index of charsubstr string phpget part of string phpphp display string first 2 charactersphp value from last 2 stringsubstrphpmodal recieves only first character of string phpphp get rest of characters aafter first findphp first 3 characters of a stringtake last five characters in a string in phpget only the first name from a string in phpfind first letter of string phpphp string last n charactershow to get only first letter from string in phpfirst 20 char of text phpstr cut 100 charter in php stringphp get substring of stringphp first string charphp substcut string phpfirst 2 letters of string phpsubstr get first character phpget first off chrector in phpphp get first letter from first wordphp substriget last character of string laravelsubsub phpget first two characters in phphow to get first letter of a striing using phpshow first and last chracherts in phphow to get first character of a string in phphow to display first character of a string in phpreturn first two chare in string phpcompare sub string in php without substr functionphp trim to amount of charactersphp substringshow to take the first letter of a string in phpindex of last a letter phpget last four characters php stringsubstr last 4 digits in phpphp character at 2last of string phpsubstr first 4 characters phpsubstr n phpcut symbol from the end of a string phpphp limit ttext to 30 charphp first 100 characters of stringsub str phpphp substr 23 get first four characters of string phpphp substr first 10 characterslaravel first letter of stringphp get 1st letter of stringget the first 2 characters of a string phpsubstr 27 28 27 phphow to get the first 3 letters on a word using phpget first 4 characters of a string in phplast char of string in phpphp get last character positionphp first name number in stringhow to get first two characters from string in phpphp subsringsubstring phpphp take first element of stringsubstring in string phpphp get last wordstr slice phpget last word before character in string phpretrieve last char phpget a substring phpphp first x characters of stringsplice string in phpget first char from stirng phplast character in phpsubstirng in phpstring function to reduce a string phpget last word from string in phpphp copy the first two characters of a stringcheck last character phpget substr phpphp substring first 2 charactersphp 8 get first character of stringsubstring from start end phpfind the first letter in phpphp first 3 letters of stringphp first letter from stringtwo chracaters in phpselect first character of a string phpphp only print first n characters of stringcut string from right phpwhat is substr phpphp check first letter of stringsplit first letter phpsubstr php show only last 4 characterhow to get numbers after first character of a string in phpsubstromg phpget first 100 character of string in phpphp find string first characterget string from start end string phpphp get first 8 characters of stringfirst 3 characters phpget last 6 characters string phpget last 5 items in a string phphow to get substring in phpget the first leter of name phpget first charcter javascriptphp subtringtake last 3 digit in phpget first part of string phpphp strpos last occurrencephp substring functionphp get last charphp subtract stringhow to use substr function in phpphp first characterget first word from string in phphow to get the last character of a string in php 3f 285 pts 29substring php laravel first 250 characterswhat is substring in phpecho substr phpsub str phpphp substr examplesphp get last to chars in stringphp check first characterget last char of string phphow to get last same letter from a string phpfetch the first character of a word in phpphp select first two letters of post valuephp get last position of character in stringonly display part of string phpsubstring n phpphp string first characterdisplay first letters phpget last index of character in string phpcut string p c2 b4hpsubstr 281 29 phpget string portion phphow to get first 2 character of string in phphow to get first 3 letter of a string in phpstring splice phpttake fist pat of string with 2c phpphp get first 100 chars of stringphp get first 2 character of stringget 2 first characters of string phpfirst three letter in string phpdisplay first letter phpphp get last 11 char from stringget last word chararcters from string phpgenerate substring in phpphp sub functionphp get first 25 characterstring search first 3 characters any x in phpphp get las letter in stringcheck string last character phpwhat is substr in phpphp get 5 characters after stringget lest char of a string phpsubr phpget range of characters from a string in phpget last pos value in string in phpget first two strings in array phpsubstr 28 29 in php w3php check the first character of a stringphp cut string to charactersubstring of variable in phpphp identify first characterphp extract 2 first caract of stringget first character in a string in phpphp how to select the first letter of a stringphp print first 3 characters phpget string from a string phpcheck what the last character of a string is phpget first letters of string phpget first 4 characters of a string phpget the last 3 chars in phpfetch last 6 number of var in phpphp get last name in stringphp get first character phphow to get first letter from string in phpphp get first 8 charsphp get first value from stringextract first name from full name in phpphp index of last character in stringphp substring from 7 char from last characterphp get first lettersphp get first sentence of stringget first 30 characters string phpget string first character phpphp string last characterphp set first element of stringsubstr last characters phpphp get firest character from filehow to get first and last character of string in phpphp get first n characters how to get the last four characters of a string in phpshorten string phpgetg the first letter of all word in a string phpphp substring get last characterphp substring first 4 charactersprint pick last 2 characters string phpget only first 30 characters phpfind 5 letter next to string phpget last two characters of string phponly show first x characters string phpphp string first 5 charactersphp last element of stringget 2 character from string php first character of the name phpfirst chracter of string phpfind last occurrence of character in a string phptake first letter phpget first char of string in phpfirst 3 characters in phpphp get substring from stringphp argbfirst 3 letters of a string phpphp string get last 3 charactersphp substr 28 2c 0 2c 29php get only first 10 charactersphp get the first 2 characters of a stringget data after 7 characters phpphp string get substringsubstring from string phplast two character of a string phpget last name from string in phpget first last character phpphp get last four characters of stringphp string last 4 charactersonly take first characters in a string phpget substring of string phpsubstring to string phpget first value of string phpphp complete truncate year stringget a substring in phpget last characters name phptake first character of string phpcheck last char of string phplast 5 digits 2fcharacters phpphp find a word with first letter in stringstring substring phpget first 16 charcter from string on phpif last character in string phpsubstr phpget first 3 charatcers of string phpphp get string value of a stringget first char string phpphp str cutphp to get first character of a stringphp if last character isget first 10 char of strin phpextract first character from string in phpget string from character to character in phpphp get last 2 characters of stringsubstr last 3 char phpgetting first character form string phpget the last character of a string phpphp grab two characters 4 characters form end of stringprint first 6 letters of string in phpget last string in phpget only first 50 characters string phpfirst to characters phpsubstring char phpget first 255 char phpget only part of string phpphp last three letters of a stringget integer before character phpget first 10 string phpsubstr 28 29 in php explanationet first 10 characters of a string in phpphp chart atselect only a particular part of a string phpphp make string to certain amount of charactersphp get last index of stringphp get from string partphp get last 3 digits of anumbersubstr php variable 26php get the first 5 characters of a stringreadline a 2cb php 2f 2f start text phpphp get first 2 letters of stringphp find first time in stringphp if first character isphp strsubphp select only first character of stringhow to get first letter of a string in phpphp variable get first characterhow to cut string in phpphp get the last character of a stringlaravel get first n chars of stringphp print first n characters of stringget last string until 2f phpget first index of string phpphp first 3 chars of stringphp substr get last 4 characterscheck is at first php stringphp substring of a stringread the charector from position in phpphp get 3 first charactersmid phpphp subsc end of string phphow to get the first 3 characters of a string in phpphp get first letter of namestring show only 2 char in phpexplode string and get first letter of first indexphp cut off end of stringphp cut string by lengthlast char in string phpphp echo first 10 charactersphp get first 3 characters of nameget last word of string phpget first 2 character phpphp get last 4 characters of string then 2b1take string from index to index phptake the first n characters in a php stringsubstr word phpget part of string from letter phptake first 10 characters string phpphp grab first character of stringhow fetch first two character of string in phphow to get first three chars of the month in phpphp take first word from stringphp portionkeep the firs 25 character phpphp first character in stringstring first character in phpphp get first 3 letters of stringget substring phpsoft array by first character phpget last character in string phpphp regex devide fullnamesubstr of a particular word in phplast four of string phpphp substrmbhow to only show the first 8 character in phpphp last char in stringphp substring from endget first four letter in a word in pgpget a range of chacters from a string in phpprint out a two letter string in phpphp get first 5 letters of stringget first std element phpphp first two characters of stringhow to get last 10 digit from string in phpsubstr 28get first character in phpphp get first word of stringhow to slice string phpcut text in phpsubstr last 2 characters how cut string in phpmatch first character phpphp substr from endgrab last 2 characters of a string phpgt 3rd letter from word phpphp last chars ofa stringphp substr comget all character of string php after first 5two word first character in php getphp cut stringprint from middle of string phpphp take first 5 characters from stringget first charctor in php get last chracter of str phpphp substring examplehow to cut string in ohpphp array of strings last letterphp get last 2 characters stringphp substr first letterslice string phpstring substr in phptake the first characters of a string phpphp string select partphp function to cut stringget i in string phpphp print last character from stringsubstr in pohpfirst letter string phpphp substring number of charachresphp get only first 10 characters from string end with textphp get last character of string stringsubstr string in phpphp get first and last character of stringphp get first to lettersphp truncate stringphp get first part of stringphp crop one character from righthow to check first 3 characters of string phpphp str substrget last 7th character from last phpphp last charphp echo first letter of stringget substring position laravelonly show first few characters on website phpphp get 5 first characters of stringslice text phpphp extract stringsubstr function phpphp subsytrcheck first two characters of string in phpphp substr return falseget last string phpphp how to get first charc as varget last 5 digit in php from particular numberphp get first and last name from stringprint last 5 characters of string phpsubset char phpget last char string phpobtain a text substring from the position phphow to get the last four letters in a string in phpphp subphp get last 2fphp get two last charactersphp now 28 29 3esubstring 28 29php get last charaphp substr omitting last elementsubscript phpsbstr last digits phpcheck a string last chracahter in phpphp return first 5charscut string in phphow to get last word of string in phpphp string before last characterget first letter string phplaravel string check string first characterecho print first 5 letter in string in phpphp get last 3 letter 5c3 firts letters phgpget last letter of string in phpstring first character phpphp first part of the stringfirst leter ok a string in phpphp string left part until a characterphp if field is certain number characterscheck first caracter phpphp find last occurrence in stringphp get last 4 charactersget last letters from string phpphp get only first 10 characters from stringonly take the first 4 characters phpphp find last strpostrim string php at indexdiviser des string phpget last 3 character phpphp substring first 5 charactersget last characters of string phpphp substr characterphp string trim lengthget first and last character of string phpphp first 3 letter of datephp get last part of string after characterphp slice stringget last digit of string phpphp get first letter from variablephp first x charactersget first 20 characters string phpphp get first two characters of stringphp get 1st character of a stringphp get last x characters of a stringread character string phpphp last 9 letter of stringget last 4 string phpphp function to get first character of a stringsubstr word phpphp first three charget string from some word phpphp end stringphp get last 6 characters in stringsubstr in php function examplesubstr start from left phpphp get first 3 charsget last four characters in string phpphp copy string from positionget 3 first letter phpget last character of string in phpphp first character of stringcheck the last character of a string phpphp get first word from stringphp get last number from stringphp string second characterphp get first 3 string character of stringphp 24 get shows only first letter of stringphp word substrget right x characters phpget the first characater of a string phplast 3 characters phpphp first 3 letters of a variblephp last for charsphp how to get the first two letters of a stringphp substrphp string substrphp if first 3 charactersstrpos substr phpphp get first character of a stringget first name from full name in phpphp find last spec charphp get first name from full nameget first 5 character php substring php rightphp extract characters from stringmcrypt decrypt php 7 2php get string afterhow to get the first letter of a string in phpphp get char from stringshow 3 characters after in phpphp substringmmfirst 2 letters string in phpget first word of string phpright string phpphp string method to find last three letters of a stringphp left functionget first 5 char string phpphp get stringphp string last 3 charactersphp str leftcut a string phptake first 10 char phpcompare two first letters phpsplice string phpphp get first n characters from stringphp cut string lengthget string from specific character in phpphp return first 10 words from a stringphp pull out substringlaravel string get first letterphp select first 2 characters stringget last digit from string in pgpstring substring in phpphp echo first 3 characterssubstring to last character phpget the first 5 letters in laravelsubstr with trim phpphp substring from the end to the startget last 2 characters of string phpkeep only a part of a string phpphp find first letter in stringphp copy part of stringfirst element of string phpget last 10 charecter from string phplast char of string phpget everything before the last character phpget a character from a string phpphp first characters of stringhow to get 3 caracter in string in phphow to get the first 5 characters of a string in phpget first two elements of stringphpphp get first 2 stringget last character from url string phpget last 2 digits of string phpphp get last n characters of stringget last 4 character in phpphp get 5 first letters of string get first two charactersphp end of stringphp get first 3 lettershow to check the first 3 characters of string in phpstrpos 2b sub string phphow to check at first place string comes in phpget the last string phpget first character from a string in phpget last word from string of phphow to take a char from php stingfirst character of string phpgrab first letter of string phpselect first char in string phpget the last letter of a string phphow to get specific character from string in phpphp get first few characters of stringsubstring first letter phphow to get the last part of the string in phpget1st 0char fro string phpget first 5 char of string phpfind first character in phpphp get two first charssubstring from specific character phpget substring of string from point till end in phpphp last characters of stringphp strtotime gmt 2b1get characters in string phpphp first char of stringget first character of each word in string phpphp give string the first 10 characters of stringletter in string phpphp substr in modelget last caracter phphow to get last word from a string in phpget substring based on character in phptake 10 character from string using phpphp get x characters from stringphp get last digit substrstr cut phphow take the last character of a string in phpget first letter of string phpphpl slice string valueshow only first 5 characters laravelsub str in phpphp last 3 characters of stringget first ten char from string phpget last three characters of string phpsubstr string 1 phpphp char atphp first letterphp get 1 character from string in c 23last 6 characters of string phpshow just part of text phpget the right and left characters of a string phpget last 3 character of string phptake a spefic part of a string phpphp test last character of stringphp get first 2 characters of stringfirst 2 characters of string phpget 1st character of string phpphp get last bytes of stringget first x chars of string phpphp get last value from stringsubstr in phpphp check if first x characters of a string is equalshow only first 5 characters phpfirst 3 characters of string phpphp get the last x char of a sentencefirst charactersa of a string phpstr last value in phpphp sub str until endtake first 6 letters of string phpgrab first two characters of string phpphp get character from stringphp string get first characterphp string take from last letterphp substring first charfirst character from string phpphp exclde last 4 characters from stringhow to get last digit of a string in phpget letter phpselect last two characters of string phpfirst letter of object name phpphp get first element in stringphp subscript textget the last number from a string phphow to show substring in phpshow upto 6 characters in phptring substring phpphp substring using arraysubtraction in phpsubstr using words phpphp substr from start to endphp string last 2 charactersphp get string qithout first chrphp substr stringget 3 end char phpget last two letter of string in phpprint only some characters of a string in phpphp last 4 characters of stringhow to print the first two items in a string in phpget the first element of a string phpsplce string phpphp last 5 characters of stringsubbstrsubstr function in phpget last char polsition phpget first char phpphp only first letter of stringphp extract string from stringselect str 1 in phpphp get last 4 chars in strphp get first character of string