M
major
Hi,
Can someone tell me what I am doing wrong here. I am trying to find all
instances of the following in my document:
Appendix 3
Appendix 7.6
Appendix 8.8.9.9.9
etc
I want to find using 1 expression. This is what I am using :
(Appendix)([0-9|.| ]@{1,}) and it works fine but doesn't pick all of them.
For example: I have Appendix 8.1.3, Appendix 8.1.4, Appendix 8.1.5, Appendix
8.1.6 So it picks up the first 2, skips the 3rd one and finds the 4th one...I
don't understand why it does that? Can someone help me.
Thank you in Advance.
~ mehj
Can someone tell me what I am doing wrong here. I am trying to find all
instances of the following in my document:
Appendix 3
Appendix 7.6
Appendix 8.8.9.9.9
etc
I want to find using 1 expression. This is what I am using :
(Appendix)([0-9|.| ]@{1,}) and it works fine but doesn't pick all of them.
For example: I have Appendix 8.1.3, Appendix 8.1.4, Appendix 8.1.5, Appendix
8.1.6 So it picks up the first 2, skips the 3rd one and finds the 4th one...I
don't understand why it does that? Can someone help me.
Thank you in Advance.
~ mehj