Skip to content
#

string-methods

Here are 48 public repositories matching this topic...

College assignments from Bryan University over the building blocks of programming, including variables, conditionals, loops, functions, data types, constructors, and functional programming and exercises using the JavaScript programming language and an introduction to the practice of version control software using Git.

  • Updated Jul 22, 2021
  • JavaScript

This repository contains code and examples related to working with variables and strings in JavaScript. Created as part of an assignment during my learning journey, this project demonstrates various techniques and best practices for manipulating and utilizing strings in JavaScript.

  • Updated Jun 25, 2024
  • CSS

A comprehensive repository demonstrating various JavaScript methods and operations for strings, arrays, and objects. Includes examples of string manipulation, array operations, object handling, and utility functions. Perfect for learners and developers looking to deepen their understanding of JavaScript's built-in methods.

  • Updated Jul 12, 2024
  • JavaScript

This repository contains various examples and exercises related to string methods in JavaScript. The code and examples provided here demonstrate the use of common string methods such as split(), substring(), slice(), replace(), and many more.

  • Updated Jul 1, 2024
  • HTML

In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. Java String class provides a lot of methods to perform operations on strings such as compare(), concat(), equals(), split(), length(), replace(), compareTo(), intern(), substring() etc.

  • Updated Jan 17, 2023
  • Java

Improve this page

Add a description, image, and links to the string-methods 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 string-methods topic, visit your repo's landing page and select "manage topics."

Learn more