Skip to content

Commit 4b7807f

Browse files
Update index.md
Adding examples for regular expressions for paid customers
1 parent 88406e0 commit 4b7807f

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

app/views/faq/index.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,10 +2339,46 @@ Regular expressions are not supported on <a href="/disposable-addresses" target=
23392339
Enhanced Privacy Protection:
23402340
</strong>
23412341
<span>
2342-
If you are on a paid plan (which features enhanced privacy protection), then please go to <a href="/my-account/domains" target="_blank" rel="noopener noreferrer" class="alert-link">My Account <i class="fa fa-angle-right"></i> Domains</a> and click on "Aliases" next to your domain to configure regular expressions. If you would like to learn more about paid plans see our <a class="alert-link" rel="noopener noreferrer" href="/private-business-email">Pricing</a> page. Otherwise you can continue to follow the instructions below.
2342+
If you are on a paid plan (which features enhanced privacy protection), then please go to <a href="/my-account/domains" target="_blank" rel="noopener noreferrer" class="alert-link">My Account <i class="fa fa-angle-right"></i> Domains</a> and click on "Aliases" next to your domain to configure aliases, including those with regular expressions. If you would like to learn more about paid plans see our <a class="alert-link" rel="noopener noreferrer" href="/private-business-email">Pricing</a> page.
23432343
</span>
23442344
</div>
23452345

2346+
#### Examples for Enhanced Privacy Protection
2347+
2348+
<table class="table table-striped table-hover my-3">
2349+
<thead class="thead-dark">
2350+
<tr>
2351+
<th>Alias Name</th>
2352+
<th>Effect</th>
2353+
<th>Test</th>
2354+
</tr>
2355+
</thead>
2356+
<tbody>
2357+
<tr>
2358+
<td><code>/^(linus|torvalds)$/</code></td>
2359+
<td>Emails to `[email protected]` or `[email protected]`</td>
2360+
<td>(<a href="https://regexr.com/8gb8n" class="alert-link">view test on RegExr</a>)</td>
2361+
</tr>
2362+
<tr>
2363+
<td><code>/^24highst(reet)$/</code></td>
2364+
<td>Emails to `[email protected]` or `[email protected]`</td>
2365+
<td>(<a href="https://regexr.com/8g9rb" class="alert-link">view test on RegExr</a>)</td>
2366+
</tr>
2367+
</tbody>
2368+
</table>
2369+
2370+
<div class="alert my-3 alert-primary">
2371+
<i class="fa fa-info-circle font-weight-bold"></i>
2372+
<strong class="font-weight-bold">
2373+
Tip:
2374+
</strong>
2375+
To test these at <a href="https://regexr.com" class="alert-link">RegExr</a>, write the expression in the top box, and then type an example alias in the text box below. If it matches, it will turn blue.
2376+
<span>
2377+
</span>
2378+
</div>
2379+
2380+
#### Examples for the free plan
2381+
23462382
If you are on the free plan, then simply add a new DNS <strong class="notranslate">TXT</strong> record using one or more of the provided examples below:
23472383

23482384
<div class="alert my-3 alert-secondary">

0 commit comments

Comments
 (0)