SEARCH

Renvoie la position à laquelle une chaîne est d'abord trouvée dans le texte.

Exemples d'utilisation 

  • SEARCH("world", "Hello World")

  • SEARCH("ello", "Hello yellow", 6)

Syntaxe 

SEARCH ( search_for, text_to_search, [ starting_at ] )

  • search_for - la chaîne à rechercher dans text_to_search.

  • text_to_search - le texte pour rechercher la première occurrence de search_for.

  • starting_at - le caractère dans text_to_search à partir duquel commencer la recherche. 1 par défaut.

Page de référence des fonctions