DiGrande.it

Blind, Braille and Embossing Technologies

This site uses cookies to personalize content and ads, provide social media features and analyze links. By closing this banner or continuing to browse, you consent to their use.
Read the DiGrande.it Cookie Policy

Word between spaces- Ws

- Instruction: Ws

- Parameter: none

- Return: true if you are on a word delimited by spaces

- Description:

Returns true if the index is on a word delimited by spaces, either the beginning or the end of the line. If the word is delimited by other symbols the return is false.

- Examples:

Text string: blo

Braille string: 12 123

Condition: Ws

Description: If the string "blo" is part of a word delimited by spaces, the condition is true, then the cells "12 123" are used for the transcription. For example, in the word "biblos" the code is used. But in the word "biblos." the code is not used.

Text string: blo

Braille string: 12 123

Condition: Ws Wr

Description: If the string "blo" is part of a real word delimited by spaces, the condition is true, then the cells "12 123" are used for the transcription. For example, in the word " biblos " the code is used. In the words "biblos." or "biblos5" the code is not used.