match_index

[<<<] [>>>]

@c Return the joker index of the character

There are a few characters that can be used as joker character. These are

*#$@?&%!+/|<>

match_index returns the serial number of the character.

unsigned long match_index(char ch
)@{

[<<<] [>>>]