SBM ModScript Reference → Programming SBM ModScript → Constants → string_npos
A constant used for comparing to the results of string.find().
SBM ModScript version: 11.3.
if ( "abc123".find( "def" ) == string_npos ) { Ext.WriteStream( "not found" ); }
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.