GSTN : 27AAJCM8635R1ZH
GSTN : 27AACCB8671R1ZV
can I get regular expression for these
GSTN : 27AAJCM8635R1ZH
GSTN : 27AACCB8671R1ZV
can I get regular expression for these
Hi @shilpa1
(?<=GSTN :).*
Thanks
Ashwin S
date of issue 30-dec-2018
regx for this
May i know what we want to extract from here
30-dec-2019
Cheers @shilpa1
date
Here you go for 30-dec-2019
[0-9]{2}(?=-)
then for GSTN : 27AAJCM8635R1ZH
?<=GSTN : ).*
it worked as well
Cheers @shilpa1
what is the pattern for only for “SpiceJet”
Cheers @shilpa1
Fine
So any other queries to be discussed buddy
Cheers @shilpa1
30-10-2018 pattern for this
same date …?
@shilpa1
\d{2}-\d{2}-\d{4}
how this expression works
State : MAHARASHTRA
can I get pattern for this
it should be like
(?<=State : ).*
it worked as well
Cheers @shilpa1