> For the complete documentation index, see [llms.txt](https://hntech.gitbook.io/blueconda-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hntech.gitbook.io/blueconda-documentation/advancing-on-experienced/using-find-and-replace.md).

# Using Find & Replace

## The Interface

Clicking the F\&R (Find and Replace) button pops up a window like this:

<figure><img src="/files/GNYiZITuyUbrIMrOrB4n" alt="" width="128"><figcaption><p>The F&#x26;R Button</p></figcaption></figure>

<figure><img src="/files/22R7uFKCBMbQc7JjCuiW" alt="" width="342"><figcaption><p>The F&#x26;R Window</p></figcaption></figure>

{% hint style="info" %}
When typing, you can also use Ctrl + F to open this F\&R interface.
{% endhint %}

## Find Only

Enter what you want to find in the Find box. Click the Find button. It will search through your code and give all matches a blue highlight (not case sensitive). Once you're done, click "Remove Highlights" to remove all Blue Highlights from the code.

<figure><img src="/files/xqErdGnbtr1P24ETl3jw" alt=""><figcaption><p>Demonstration of Find Function</p></figcaption></figure>

## Find, And Replace

Enter what you need to find in the find box and replace with in the replace with box (self explanatory, right?). Clicking the Find and Replace button will automatically replace all instances of the first word with the second one (again, not case sensitive).
