Skip to main content
Question

Regular Expression for string format

  • April 14, 2023
  • 0 replies
  • 166 views

Forum|alt.badge.img+2

Hi 
I want to set a format for my pdf extracted text that if my job id is in the format like ALA-12345-1", "LOU-76543-0", "JXN-34566-1", etc (These are sample variables. ) then it should extract the remaing pdf extract otherise no (if my jobId  is like "Michal Dair", "1234", "12345", etc.) It should not work for this 
.
Currently I’m using Regex expression 
 

 But the problem is that it also extracting data for the formats like Michal Dair", "1234", "12345"
How can I resolve this issue