16#ifndef ARCANE_CORE_INTERNAL_STRINGVARIABLEREPLACE_H
17#define ARCANE_CORE_INTERNAL_STRINGVARIABLEREPLACE_H
21#include "arcane/utils/ParameterList.h"
22#include "arcane/utils/internal/ParameterListWithCaseOption.h"
37 static String replaceWithCmdLineArgs(
StringView string_with_symbols,
bool fatal_if_not_found =
false,
38 bool fatal_if_invalid =
true);
41 bool fatal_if_not_found =
false,
42 bool fatal_if_invalid =
true);
Vue modifiable d'un tableau d'un type T.
Liste de paramètres avec informations pour surcharger les options du jeu de données.
static void _countChar(StringView str_view, char c, Integer &count_c, Integer &count_c_with_escape)
Méthode permettant de compter le nombre de caractères séparateurs dans une chaine de caractères.
static void _splitString(StringView str_view, ArrayView< StringView > str_view_array, char c)
Méthode permettant de splitter la chaine "str_view" en plusieurs morceaux. Les splits seront entre le...
Vue sur une chaîne de caractères UTF-8.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.