Word =  text .word .extract  (  Text ,  Separator  )  
                                     
Description :

This instruction extracts the first word of a string.

Parameters :

  • Text to compute.
  • Char (space by default).

Return Value :

  • Extracted word.

Examples :