Hi Guys,
I'm trying to write a
pattern where a line should begin with a digit AND end with a digit. The problem that I face is that both conditions should occur together (starts with and ends with).
Can any one point how this should work? for code simplicity I need to write one pattern (not to use startsWith or endsWith)
Thanks