Skip to content
#

priority

Here are 141 public repositories matching this topic...

sergioamribeiro
sergioamribeiro commented Jan 21, 2022

Description:
At this moment we are supporting rules search by string using StartsWith and EndsWith functions but this search is case-sensitive and culture-sensitive.

In the future, it may be useful to make these 2 kinds of searches not take into consideration the case-sensitive.
For that we can add 2 similar operators:

  • InsensitiveStartsWith or IStartsWith
  • InsensitiveEndsWith or IEnd

Improve this page

Add a description, image, and links to the priority topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the priority topic, visit your repo's landing page and select "manage topics."

Learn more