P
P
Pavel Sidorov2021-07-02 13:30:23
PHP
Pavel Sidorov, 2021-07-02 13:30:23

How to parse the following data?

Let's say there is a group in VK and a post. for example, this format

60dee99fe773b255405658.jpeg

in the photo shows that there is a price, size, photo.

I was able to get this post and take it through the VK API to my website and write it to the database.

60deea3a9723c453227218.jpeg

now I have the task of creating a product with sales offers based on the size range. How can I recognize the size range, having such data?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nadim Zakirov, 2021-07-02
@zkrvndm

You pull out the text and use regular expressions on it to get the necessary data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question