PHP String Programs

PHP | String program: A string is a sequence of characters, like "Hello friends!". In this section, we will find the list of various programs on string with their solutions.

List of the string programs in PHP

  1. Concatenating two strings in PHP
  2. How to convert array into string in PHP?
  3. Check if string contains a particular character in PHP
  4. How to convert a string to uppercase in PHP?
  5. PHP program to convert string to uppercase without using the library function
  6. PHP program to convert string to lowercase without using the library function
  7. PHP | Check whether a specific word/substring exists in a string
  8. PHP | Reverse a given string without using the library function
  9. PHP | Split comma delimited string into an array without using library function
  10. PHP | Create comma delimited string from an array without using library function
  11. PHP | Convert a string to character array
  12. PHP | Count the total number of words in a string
  13. PHP program to replace a word in a string
  14. PHP program to remove special characters from a string

ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT


Comments and Discussions!




Languages: » C » C++ » C++ STL » Java » Data Structure » C#.Net » Android » Kotlin » SQL
Web Technologies: » PHP » Python » JavaScript » CSS » Ajax » Node.js » Web programming/HTML
Solved programs: » C » C++ » DS » Java » C#
Aptitude que. & ans.: » C » C++ » Java » DBMS
Interview que. & ans.: » C » Embedded C » Java » SEO » HR
CS Subjects: » CS Basics » O.S. » Networks » DBMS » Embedded Systems » Cloud Computing
» Machine learning » CS Organizations » Linux » DOS
More: » Articles » Puzzles » News/Updates

© https://www.includehelp.com some rights reserved.