Browse Source

Update scripts/docs/fr/070.fields/040.field-types/060.formula/fr-030.string-functions.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
pull/8153/head
Anbarasu 3 months ago committed by GitHub
parent
commit
715905d0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/docs/fr/070.fields/040.field-types/060.formula/fr-030.string-functions.md

2
scripts/docs/fr/070.fields/040.field-types/060.formula/fr-030.string-functions.md

@ -40,7 +40,7 @@ LEFT(text, count)
LEFT('123-456-7890', 3) => '123'
```
## JUSTE
## LEN
La fonction LEN calcule et renvoie le nombre total de caractères présents dans la chaîne fournie.

Loading…
Cancel
Save