История страницы
Extract
...
by position Version 5 (Java)
Action group: Text
...
Description
The action extracts the specified number of characters from the specified position.
Action icon
Settings of parameters
Свойство
Англ. наименование
Описание
Пример заполнения Обязательность заполнения поля Параметры Текст Text Строка Да Позиция Position
Число Да Длина Length Число 3 Нет Результаты Результат Result Строковая переменная, в которую будет записан извлеченный текст. Строка екс
Property |
Description |
Type |
Тип
Исходный текст для обработки.
Текст
Порядковый номер символа, с которого будет начинаться извлечение.
Отсчитывается с "0".
Если указанное значение больше возможного, будет вызвана ошибка.
Filling example | Mandatory field | |||
Parameters | ||||
Source text | Text to make action on | Robin.String | Yes | |
Position | The zero-based starting character position of a substring. If the specified value is greater than the possible value, an error will be thrown. | Robin.Numeric | Yes | |
Length | The number of characters to extract. By default, it is fetched to the end of the line. If the specified value is greater than the possible value, an error will be raised. | Robin.Numeric | No | |
Results | ||||
Result | A string variable to which the extracted text will be written. | Robin.String |
1
Количество символов, которое необходимо извлечь.
По умолчанию извлекается до конца строки.
Если указанное значение больше возможного, будет вызвана ошибка.
Special conditions of use
None.
Example of use
...
Обзор
Инструменты контента