translate( $ElementXpath, translate($ElementXpath , '0123456789','' ) , '')
Example:
Input:
translate( '1233-t-678', translate('1233-t-678' , '0123456789','' ) , '')
Output:
1233678
translate( $ElementXpath, translate($ElementXpath , '0123456789','' ) , '')
Example:
Input:
translate( '1233-t-678', translate('1233-t-678' , '0123456789','' ) , '')
Output:
1233678
Comments
0 comments
Article is closed for comments.