I have a file with usfm data and out of it, I made this array like this with only the markers of each line
['id','c','p','v','p','v','v','v','p','v','v','v','v','p','v','v','v','v','p','v','v','v','c','p','v','p','v','v','v' ]
Now the question is how will I check the sequence for every occurrence of 'c'. Before the first 'v' after every 'c' there must exist a 'p'.
via zachi
No comments:
Post a Comment