Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am thinking about mapping several strings which has the same starting 'ABC' ,for example, to one string. Is it possible to use wildcard here?
MyMap:
mapping load * inline [k,v
'ABC*','abc'
......
];
Thanks!
-dihui
You can use mapsubstring() function...
You can use mapsubstring() function...