See my work in progress RegExp Ltd[.'s]{0,2}
http://rubular.com/r/1FZvA9Nlul
I am running it against this list:
Ltd's
Ltd.
Ltd
LtdTestTEst
Ltds
sdfTestLtd
How to write a RegExp so that I don't match sdfTestLtd and LtdTestTEst, which my current RegExp matches.
To further clarify.
I pass above list through java's String.matches() method and I want it to return true only for following pattern:
Ltd's
Ltd.
Ltd
Ltds