Remove numeric value from a text
Hello,
Does anyone knows how to remove a numeric value from a string in BIP?
I have the following sample file:
<ServiceRequest>
<SsSRAbstract>test sr</SsSRAbstract>
<SsSRAccount>FRLGJFKEENU_XXX252023041</SsSRAccount>
</ServiceRequest>
I would like to display in the report only the text part "FRLGJFKEENU_XXX" from the SsSRAccount field and remove the numeric one "252023041".
Note. The numeric and text part are dynamic so the length varies for both parts.
Thanks,
Vlad