Skip to main content
johnrellis
Legend
May 5, 2024
Question

What do the new string methods in the LR 13.2 SDK do?

  • May 5, 2024
  • 1 reply
  • 165 views

The LR 13.2 SDK on Mac provides many new string methods:

 

findx, gfind, gmatch, gmatchx, gsubx, ifind, ifindx, igmatch, igmatchx, igsub, igsubx, imatch, imatchx, matchx

 

The "i" versions (e.g. ifind()) appear to ignore case, e.g. ifind() is the case-ignoring version of find(). But what do the "g" and "x" versions do? (E.g. findx() and gfind()?)

 

Also, none of these are available in the Windows LR 13.2 SDK. 

 

@Rikk Flohr: Photography, perhaps you could ask the developers about this?

 

This topic has been closed for replies.

1 reply

johnrellis
Legend
May 23, 2024

LR 13.3 adds string.replace() on both Mac and Windows.  Though the other undocumented string methods still don't appear on Windows.