If strpos find the first ocurrence of substring within a string but I need the last ocurrence.
Is there a function?
for example:
string:= 'file://\\Client\I$\INFORMES D&B\BGREEN BIOLOGICAL SYSTEMS SL.htm'
I need to extract 'BGREEN BIOLOGICAL SYSTEMS SL.htm'
but i need to find the last '\'
the string is variable because they are addresses of linked files
Thanks for advance!!!
0
Answers
No - but you can do it, using a loop.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
what is this?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
CU419 thanks!!