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
b148e08256
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

@ -108,7 +108,7 @@ REGEX_EXTRACT('Error: Something went wrong', 'Error: (.*)') => 'Something went w
La fonction REGEX\_MATCH évalue si la chaîne d'entrée correspond au modèle d'expression régulière spécifié, renvoyant 1 s'il y a une correspondance et 0 s'il n'y a pas de correspondance.
#### Syntax
#### Syntaxe
```plaintext
REGEX_MATCH(text, pattern)

Loading…
Cancel
Save