I needed to find numbers in the string variable. The first, second, third number among other symbols. And I noticed that the mask I'm searching for gives me not the first, but the last match. Is this somehow regulated? Maybe Regexpsubstitute finds the first match like a web parser? And not the last?
For now, I got out of the situation by turning the string backwards, which is not very convenient.
For now, I got out of the situation by turning the string backwards, which is not very convenient.
Statistics: Posted by Kotofanchik — Yesterday, 1:55 am — Replies 8 — Views 205