Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Code Snippets

Capitalize the First Letter of Each Word in a String

  • July 21, 2021
  • Code Snippets
  • 0 Comments
  • 528 Views
While working with text processing we might need to capitalize the first letter of each word in a string. A table includes a links to posts with examples using different...

Convert All Lowercase Characters in a String to Uppercase

  • July 20, 2021
  • Code Snippets
  • 0 Comments
  • 487 Views
While working with text processing we might need to convert all lowercase characters in a string to uppercase. A table includes a links to posts with examples using different programming...

Convert All Uppercase Characters in a String to Lowercase

  • July 19, 2021
  • Code Snippets
  • 0 Comments
  • 774 Views
While working with text processing we might need to convert all uppercase characters in a string to lowercase. A table includes a links to posts with examples using different programming...

Find the Index of Last Occurrence of a Substring in a String

  • July 18, 2021
  • Code Snippets
  • 0 Comments
  • 720 Views
While working with text processing we might need to find the index of last occurrence of a substring in a string. A table includes a links to posts with examples...

Find the Index of First Occurrence of a Substring in a String

  • July 17, 2021
  • Code Snippets
  • 0 Comments
  • 423 Views
While working with text processing we might need to find the index of first occurrence of a substring in a string. A table includes a links to posts with examples...

Count Number of Occurrences of a Substring in a Given String

  • July 16, 2021
  • Code Snippets
  • 0 Comments
  • 480 Views
While working with text processing we might need to count number of occurrences of a substring in a given string. A table includes a links to posts with examples using...

Get Length of the Given String

  • July 13, 2021
  • Code Snippets
  • 0 Comments
  • 436 Views
While working with text processing we might need to get length of the given string. Programming languages provides various methods to do that. A table includes a links to posts...

Get Last N Characters of String

  • July 9, 2021
  • Code Snippets
  • 0 Comments
  • 721 Views
While working with text processing we might need to get last N characters of a string. Programming languages provides various methods to do that. A table includes a links to...

Get First N Characters of String

  • July 8, 2021
  • Code Snippets
  • 0 Comments
  • 443 Views
While working with text processing we might need to get first N characters of a string. Programming languages provides various methods to do that. A table includes a links to...

Remove Last N Characters from String

  • July 7, 2021
  • Code Snippets
  • 0 Comments
  • 452 Views
While working with text processing we might need to remove last N characters from a string. Programming languages provides various methods to do that. A table includes a links to...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 15
  • 16
  • »
Buy Me a Coffee

Recent Posts

  • Check if Linux Distribution is Debian-based
  • Install Ollama Inside Docker Container on Linux
  • Install OmniTools Inside Docker Container on Linux
  • Analyze Program Performance using gprof
  • Check musl libc Version on Linux

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved