A
A
akokin2018-04-08 16:50:56
Regular Expressions
akokin, 2018-04-08 16:50:56

How to write a regular expression for the TextCrawler program?

Hello.
I use the TextCrawler program to extract the necessary information from text files.
The situation is this: there is a file in which there are many html tags and other things. I need to pull out only web addresses from this garbage.
Here are 2 examples of lines that contain the desired address:

pageUrl="https://domen.fifa/post/manynumbers&letters.html" title="mix"
or
pageUrl="https://domen.fifa/post/manynumbers&letters.html?sk=vsyakorazno&so=0" title="mix" ...

From this you need to take only this part - " https://domen.fifa/post/manynumbers&letters.html " without quotes.
You need to write an expression to extract the address.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
Quark_rgb, 2018-04-08
@Quark_rgb

I did not use this program, well, maybe it will do. Example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question