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–2019 Micro Focus or one of its affiliates. All rights reserved.