Skip to content

Commit

Permalink
Add some details
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Jun 29, 2024
1 parent cbab28e commit a56d52b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/export-or-import-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you want to export your rules in the format compatible with [Einar Egilsson's

![Context Menu (Redirector)](assets/context-menu-redirector.png)

Please note that Redirect Web is not fully compatible with Redirector, and vise versa. Some settings, such as "Replace Occurrences" for Capture Group Processing, aren't exported with the Redirector's format.
> [!WARNING]
> Redirect Web is not fully compatible with Redirector, and vise versa. Some settings, such as "Replace Occurrences" for Capture Group Processing, aren't exported with the Redirector's format.
### iOS

Expand Down
4 changes: 2 additions & 2 deletions docs/redirect-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ You can also specify the Capture Group Processing option to process the text cap

### Capture Group Processing

The Capture Group Processing option allows you to specify how to process the text captured by the pattern in the Redirect To option. You can choose one or more of the following processes:
The Capture Group Processing option allows you to specify how to process the captured groups you can substitute in the Redirect To option with `$1`, `$2`... You can choose one or more of the following processes:

- URL Encode/Decode
- Base64 Encode/Decode
- Replace Occurrences

> [!Note]
> [!NOTE]
> This is for processing each captured group and it doesn't affect which URLs are excluded by the Excluded URL Patterns. For instance, let's say you have this rule:
>
> - **Redirect From**: `https://example.com/(hello.*)`
Expand Down

0 comments on commit a56d52b

Please sign in to comment.