# לא מצליח להבין איך להחליף מילות צפייה

**URL:** https://meta.discourse.org/t/cant-seem-to-figure-out-how-to-replace-watched-words/206091
**Category:** Support
**Tags:** watched-words
**Created:** [14 באוקטובר,‏ 2021,‏ 8:28pm UTC](https://meta.discourse.org/t/cant-seem-to-figure-out-how-to-replace-watched-words/206091 "2021-10-14T20:28:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![galligan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/galligan/32/224839_2.png) [@galligan](https://meta.discourse.org/u/galligan)
#### Post date: [14 באוקטובר,‏ 2021,‏ 8:28pm UTC](https://meta.discourse.org/t/cant-seem-to-figure-out-how-to-replace-watched-words/206091/1 "2021-10-14T20:28:37Z")

</div>

Previously we were using the Auto-Linkify theme component, but now unable to do that as we discontinue use of it.

So now we’re trying to work with the built-in Watched Words feature, and doing a Replace with RegEx.

We’re using Height for our tickets, which are all numbered like **T-123** and then the URL just uses that T-123 behind a `/` to create the link.

The expression `(T\-\d*)` can successful capture the `T-123` example, but I can’t get the `$1` to be replaced by it. Ideally it would produce a link that’s like `[T-123](https://xmtp.height.app/T-123)`. How do I go about this?

This is what I had entered into Watched Words, though I recognize that it wouldn’t actually do the same as before (auto linkify).  
 ![CleanShot 2021-10-14 at 16.25.47@2x](https://global.discourse-cdn.com/meta/original/3X/5/e/5eff975bb6dc357bd5521a7f4bfa39097daf02da.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [13 בפברואר,‏ 2022,‏ 4:07am UTC](https://meta.discourse.org/t/cant-seem-to-figure-out-how-to-replace-watched-words/206091/2 "2022-02-13T04:07:58Z")

</div>

I don’t know that regex capture and replace is supported in Watched Words, only matching, not capture and replace.

---

<div class="post-metadata">

### Author: ![galligan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/galligan/32/224839_2.png) [@galligan](https://meta.discourse.org/u/galligan)
#### Post date: [14 בפברואר,‏ 2022,‏ 10:02am UTC](https://meta.discourse.org/t/cant-seem-to-figure-out-how-to-replace-watched-words/206091/3 "2022-02-14T10:02:49Z")

</div>

Understood! And yeah, that’s a bummer. Was hoping I’d be able to get the same functionality that I had in Auto-linkify with the built-in features as that’s all that was available in Discourse for Teams.

Would still like to see this functionality some day!
