Sequence of characters at the beginning of document

Also question on notany(vow)

When the sequence is not of ‘vow’ list and U+0B95 U+0BCD is working fine.

BUT.

when the U+0B95 U+0BCD is at the beginning of the document or even debug window, this sequence is failing. Beginning of document is not considered as not of vow character list.

Please advise.

DIFFERENT ISSUE:

(Moderator moved to separate topic)

Can you pickup the separate issue in a separate topic? Otherwise we’ll get things confused.

In order to match start of document, you explicitly need to test nul, e.g.

nul U+0B95 U+0BCD + 'x' > ...

1 Like