ニュース

Retrieves a substring from the input and outputs it to the specified variable value Value that the substring will be obtained from. true- output_name The step's output variable name from which the ...
The problem with your latter post is that indexOf returns (-1) when the substring is not found. <BR><BR>-1 == true<BR><BR>Instead test if the indexOf ("index2.htm") > -1.