Jump to content

Array wild card search


bird_man11

Recommended Posts

Hi guys,

 

i have an array that i want to search

 

for example

 

$aacnbri = array("D99992001", "D00231119", "D99992100", "D00129123");

 

the first character is known and the last 4 digits are known, but the middle 4 arn't known

 

i was wondering how would i go about this, is there any way of using array_search() or in_array() with a wildcard? e.g "D****2001"

 

cheers

Link to comment
https://forums.phpfreaks.com/topic/70074-array-wild-card-search/
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.