Text following the characters of a family- Te
- Instruction: Te"%"
- Parameter: "%" a text
- Return: true if the text following the sequence of characters of the same family is "%".
- Description:
Returns true if the text following the character family where the index is located is the one specified. Character family means characters belonging to the family of letters, numbers, punctuation, spaces, or other characters. If the code text string contains multiple characters, the character family is established using the last character in the string.
- Examples
Text string: a
Braille string: 456
Condition: Te "12"
Description: Returns true if after the letter "a" and all other letters following it there is the text "12". For example in the word "abacus12" the initial "a" is transcribed with the cell "456".
Text string: 5
Braille string: 26
Condition: Te"°c"
Description: Returns true if the text "°c" is present after the number "5" and all other numbers that follow it. For example, if the text "50°c" is present, the number "5" is transcribed with cell "26".