Commit 26f80db
authored
Update to add clarity to how TRANSLATE works
The previous description makes it sound like TRANSLATE will not make multiple replacements. Many people think it won't replace say all the square brackets when using TRANSLATE('[[00]] 2343:2342', '[]:', '()-') and that only the first instance of each character would be replaced. This isn't how the function works, so I've added text to clarify.1 parent e522324 commit 26f80db
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments