spattern
The pattern structure for the searching. The spattern type is used to search through the string for another string. Don't change the fields of the spattern strcuture. The spattern variable must be initialized with spattern.init method.
type spattern
{
uint pattern
uint size
reserved shift[1024]
uint flag
}
{
uint pattern
uint size
reserved shift[1024]
uint flag
}
Members
pattern | Hidden data. |
size | The size of the pattern. |
shift[1024] | Hidden data. |
flag | Search flags. |
Related links | Source |