@halilhrm0618 you can try regular expression as
>\d{6}</td>
then use again regular expression
\d{6}
extract data with regex
-
@heshamyassin1 said in extract data with regex:
i have a problem i am trying to get text with get element text when i do so and make extract with extract data in regex the log become blank but when i take the text itself and put in string to apply regex it success what i can do please help
most likely there are line breaks in the text.