Regex rule expression on how to change this sentence to a string

Viewed 18

I would like to highline this string in my document using a regex expression using https://regexr.com/

I would like to write a rule string expression from this part I=<MYSJULIAN<CHIN<KWOK F00, how can i do it ?

This is the following document that i be copy into it

11 something 090516140453 Tar h Lail Er :' Date of Birth rempe Lahir .1 Piace of &ail Date of birth WP Country name Jaretina / 5.ex Ticilgiz' Heigh( 411.10.0 L-M 145 cm !...it-; .Passport issue passport Expiry Passport issue date Passport issue date expiry . ,bat Pengelu3f / 1154.tippg Office . dOHOR BAHRU L

I=<MYSJULIAN<CHIN<KWOK F00

233222222222222222112333344

how can i write this regex in starting with a I=< ?

using regex expression like this

^(I)[<A-Z]{9}

0 Answers
Related