Concept Framework 2.0 documentation Contents | Index

standard.lib.str.Pos

Name Version Deprecated
Pos version 1.0 no

Prototype:
number Pos(string str, string sub_string)


Description:
Searches a string for a sub string using the Boyer-Moore algorithm.

Returns:
Returns the position at witch the sub string is encountered in the string + 1; If 0, then the string is not contained.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:18 2011 GMT(c)2011 RadGs Software