Hi guys,

I need an expression that takes a number and the pipe character
1234|
The string must begin with a number so ab1123|xyz does not qualify.

Thanks in advance. Java string utils not an option for now, has to be regex