# u009e user exit

The u009e user exit replaces all occurrences
of *str1* with *str2* in *str3*.

## Syntax

```
xx = oconv("u":am:str1:am:str2:am: str3, "u9e")
```

## Example(s)

```
xx=oconv("u":am:"jan":am:"feb":am:"The month is jan","u9e")
The value of xx is "The month is feb".
```

## See also

- [convert statement](https://d3codex.com/pickbasic-flashbasic/convert-statement/)
- [s (substitution) processing code](https://d3codex.com/processingcodes/s-substitution-processing-code/)

---
Source: https://d3codex.com/pickbasic-flashbasic/u009e-user-exit/ - part of the D3Codex reference.
