Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Similar names with punctuation do not work #57

Closed
KasemOmary opened this issue Sep 13, 2017 · 1 comment
Closed

Similar names with punctuation do not work #57

KasemOmary opened this issue Sep 13, 2017 · 1 comment

Comments

@KasemOmary
Copy link

KasemOmary commented Sep 13, 2017

Configured match string:

data[rehab_costs], data[purchase_price], data[after_repair_value], data[asis_value], data[amount_requested]
Result - every field prefixed with "data" matches the condition.

I thought this may have been a regex issue, I tried:

data\[(rehab_costs|purchase_price|after_repair_value|asis_value|amount_requested)\]

as the match string ... didn't work.

capture

capture2

@husainshabbir
Copy link
Collaborator

This seems to be working as expected. Perhaps there is another rule that is being matched? Can you share your full settings (export it and share here or email me) and the page so that I can investigate in more detail?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants