fmuquartet
Programmer
Can someone help in understanding if it is possible to match a certain position in a string? Meaning, if there is a position in a string as shown below where you want to match what ever the value is for in that field.
#1.5#0017084C18E2009A00000005000073D700043CDE52C02A32#1192825536370#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#0175263#
In this case, I want to match on what ever appears where '0175263' is, since this value is dynamic and specific to the user logged into the system.
#1.5#0017084C18E2009A00000005000073D700043CDE52C02A32#1192825536370#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#0175263#
In this case, I want to match on what ever appears where '0175263' is, since this value is dynamic and specific to the user logged into the system.