Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I.e.,The match no detect the <desc lang="fr"> qwerty RLCharacter Qwerty </desc>.
BEGIN { RS = ">" ; FS = "</desc" }
NF > 1 { s = s $1
printf "%d: %s\n", length(s), s ; on = 0 }
on { s = s $0 RS }
/lang="fr"$/ { on = 1 ; s = "" }