<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br>The part that always change is the 6666, it can be 1 digit or 4 digits. Example: 1.<br>

</div>The part that never changes is the 1700.<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br></div></div></div></blockquote><div><br></div><div>You most likely need to be more specific with your pattern matching.</div>

<div><br></div><div>Why should we expect no other numbers to be "1700"?   I see several fields in the form that look like numbers.  For example, you've got "305", "15", "95".  Do those ever change?  Do they have _any_ possibility to be "1700" in different instances of input?  And you also have some kind of NAME field, under which is arbitrary text, it looks like.  Is it at all possible for some thing to have a name like "J41B 1700 R2D2" or anything like that?</div>

<div><br></div><div>I'm trying to impress the importance of considering the problem not just by looking at a single example.  Doing so is almost certainly misleading.  You probably need to consider at least three good examples to generalize a robust pattern here.</div>

<div><br></div><div>What other examples have you considered?</div></div></div></div>