|
|
Manual Page ViewerName: CHAR-OFFSETS Section: String Operators
<char-offsets STRING CH &key [CASELESS]
Description:
Return an array of numbers, each one representing the offset from the start of STRING of CH. This function is useful for finding candidate locations for word-wrapping, for example. Here is a complete example: <char-offsets "This is a list" " ">produces: 4 7 9
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |