Simple extensions to compares two texts

short description

compares two texts for equality regardless of their case,The function will take two strings as input parameters and return true if they are equal regardless of case, and false otherwise

picture of all the blocks

Write instructions to use your extension

  • Use the ContainsIgnoreCase method to check if a piece of text appears in another string.
  • Use the EqualsIgnoreCase method to compare two texts for equality regardless of case.

Download

Textapper.aix (4.2 KB)

8 Likes

Screenshot 2024-06-22 185656

Seems like code generated by ChatGPT :thinking:

If it’s your first extension and you are learning extension development then from my side congratulations and all the best for your extensions development tour :grinning::heartbeat:

4 Likes

Tank you my friend

1 Like

The difference between the my extension and this blok

2 Likes

Nice work :slightly_smiling_face:

1 Like

I have never created an extension, nor do I know how to do it.
As mentioned previously, congratulations on that.

2 Likes

:joy::joy::joy: I didn’t notice that, thanks for the information. Due to my lack of observation and my desire to realize my idea, I entered the world of extension development.

For specialists, this extension might seem trivial and not considered a step forward. However, for me, since I have not studied programming at any educational institution and cannot do so, it is a significant step. I managed to create an extension after many attempts and efforts to understand it. After searching for lessons to learn extension development, which are very few and most of them do not cover concepts, libraries, potential errors, and how to fix them…

After my experience in creating applications on this platform, there are difficulties in creating an app that asserts itself in the app market. To achieve this, you need to be familiar with creating extensions. :joy::joy::joy:

1 Like

Great! i really appreciate your effort :+1:

2 Likes

This post was flagged by the community and is temporarily hidden.