15#ifndef ARCANE_CORE_INTERNAL_STRINGVARIABLEREPLACE_H
16#define ARCANE_CORE_INTERNAL_STRINGVARIABLEREPLACE_H
20#include "arcane/utils/ParameterList.h"
21#include "arcane/utils/internal/ParameterListWithCaseOption.h"
36 static String replaceWithCmdLineArgs(
StringView string_with_symbols,
bool fatal_if_not_found =
false,
37 bool fatal_if_invalid =
true);
40 bool fatal_if_not_found =
false,
41 bool fatal_if_invalid =
true);
Modifiable view of an array of type T.
Parameter list with information to override dataset options.
static void _countChar(StringView str_view, char c, Integer &count_c, Integer &count_c_with_escape)
Method allowing counting the number of separator characters in a character string.
static void _splitString(StringView str_view, ArrayView< StringView > str_view_array, char c)
Method allowing the string "str_view" to be split into multiple segments. The splits will occur betwe...
View of a UTF-8 character string.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.