Jump to content

[SOLVED] preg match to find string 32 chars long in html code


daydreamer

Recommended Posts

How do I find a string that will be in this format (but changing) in html source code using pregmatch?

 

M350827t6asadbccaa5da0e2i7eaab015

 

preg_match('/[a-z0-9]/', $xxx, $matches);
print_r($matches);

 

How would I find 32 x [a-z0-9], with no spaces ignoring the case?

 

Thanks.

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.