Is there an existing method that checks a string if there are any number?
Hi,
Is there an existing method in siebel that accepts a string and outputs only numbers found in the string?
ex.
Input
ABCD 1234
Output:
1234
1
Hi,
Is there an existing method in siebel that accepts a string and outputs only numbers found in the string?
ex.
Input
ABCD 1234
Output:
1234