vl-string-mismatch
(vl-string-mismatch strA strB [ pos1 [ pos2 [
ignoreCase ] ] ] )
This function compares strA against strB to
identify the longest common (identical) sub-string part.
|
Arguments |
strA (string) first string to be
verified |
|
Return |
(integer) the length of the common (identical) sub-string parts |
|
Example |
(vl-string-mismatch "abcXYZ"
"AbC ABCxyz") 0 |
|
Remarks |
first character position/index in a string is at index 0 |
| © Bricsys NV. All rights reserved. |