string_npos

Description

A constant used for comparing to the results of string.find().

Technical Details

SBM ModScript version: 11.3.

Example

if ( "abc123".find( "def" ) == string_npos ) {
	Ext.WriteStream( "not found" );
}

Related Topics

Constants