HomeSoftware TutorialLittle Flying Rabbit uses regular expressions to capture links.
Little Flying Rabbit uses regular expressions to capture links.

Software Features: Configuration Options > Capture Links > Regular Expression Links

Problem Solving

  • For irregular links, regular expressions can be used to match the link addresses.

How to work

  1. Matches a string that includes links.
  2. Use the grouping function in regular expressions, that is, use parentheses to enclose the link part.

For example

There is a piece of JSON code in the HTML code.


The homepage uses regular expressions for matching:"url": "Link address 1" and "url": "Link address 2"Then enclose the link part in parentheses, where the parenthesized part is the group 1 of the regular expression.

The final regular expression is:"url"[: ]+"([^"]*?)"

The captured link is:Link address 1 and Link address 2

Software Applications: Front-end template download; development and design; SEO optimization; offline web browsing. Note: This software is not a hacking program and cannot download backend data!
Disclaimer: This service is for personal study, research, or enjoyment purposes only, and is for non-commercial, non-profit use. Users must comply with copyright laws and related regulations and must not infringe upon the legitimate rights and interests of this website and related rights holders. Any risks arising from the use of this tool are the sole responsibility of the user and are not the responsibility of the software itself.
Copyright © 2019-2026 Xiaofeitu Software. All Rights Reserved. Guangdong ICP Registration No. 19111427-2
Tutorial User Manual Website Special