John Davidson

php - what's the best way to keep passing the pattern when you encounter a character like "á" with regex

0 comments
Message:


for example I would liked to take the number 1, in this example but the question is how to by pass "Páginas" or 'á', 'é', 'ó'...


example in regex.com


I too would like to see a complete example with php...
I got by pass with this, but I thought that it isn't the best way


$pattern = '#P.ginas\sde Resultados(.*?)<\/font>#is';
echo preg_match($pattern, $subject, $result).PHP_EOL;
print_r($result);


My Answer:
PHP is a popular server-side scripting language used for web development. It can be embedded into HTML code and is commonly used to create dynamic web pages and applications. PHP stands for Hypertext Preprocessor.

Rate this post

3 of 5 based on 3692 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us