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

IsMatch doesn't work if MatchOptions.Contains is not used #2285

Closed
CarlosFigueiraMSFT opened this issue Mar 28, 2024 · 1 comment · Fixed by #2290
Closed

IsMatch doesn't work if MatchOptions.Contains is not used #2285

CarlosFigueiraMSFT opened this issue Mar 28, 2024 · 1 comment · Fixed by #2290

Comments

@CarlosFigueiraMSFT
Copy link
Contributor

The following expressions all return false (and should return true):

  • IsMatch("Hello", "Hello", MatchOptions.IgnoreCase)
  • IsMatch("Hello", "Hello", "")
  • IsMatch("Hi", "Hi", MatchOptions.Multiline)
@CarlosFigueiraMSFT
Copy link
Contributor Author

Similar problem with Match and MatchAll - it's returning the boolean false - and they should return a record or a table, respectively

@LucGenetier LucGenetier linked a pull request Mar 29, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants