vl-string-position
(vl-string-position number string [ from [
reverse ] ] )
This function searches for the first
occurrence of number
character in string, starting at
from position.
Arguments |
number (integer) the integer value of the character to
search for in string |
Return |
(integer) returns the absolute index (from 0) where number is first found in string; NIL |
Example |
(vl-string-position 32 "abc
def ghi") 3 |
Remarks |
first character position/index in string is at index 0 |
© Bricsys NV. All rights reserved. |