This change fixes the initialism regex provided as an example in the README.
Forgive me if the regex is actually correct, and my understanding is wrong. Given the escaping slash before c it appeared as if there is a missing < and it should actually be \<a.*\<b.*\<c.
This change fixes the initialism regex provided as an example in the README.
Forgive me if the regex is actually correct, and my understanding is wrong. Given the escaping slash before
c
it appeared as if there is a missing<
and it should actually be\<a.*\<b.*\<c
.