Jump to content

creating strleading function


Ubunt00

Recommended Posts

Hello everyone, I am trying to create a function called strleading that basically reads two strings, and returns true if a certain amount of leading strings are equivalent.

 

It will be something like this:

 

function strleading (cheesecake, cheese, 6)

 

echo stlreading;

 

returns true || false;

 

basically the parameters that I have made in my pseudo code are the two strings cheesecake and cheese, the number six, is the amount of

characters that have to match in the two strings in order for them to be considered a true match. I want this to work for all words that have similar leading letters. Please help. Thank You.

Link to comment
https://forums.phpfreaks.com/topic/261613-creating-strleading-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.