Région de recherche :

Date :

https://www.w3schools.com › js › js_strings.asp

JavaScript Strings - W3Schools

Learn how to use strings in JavaScript, including quotes, templates, escape characters, and length. See examples of how to insert new lines (\\n) and other special characters in strings.

https://www.programiz.com › javascript › string

JavaScript String (with Examples) - Programiz

Learn how to create, access, and manipulate strings in JavaScript, a primitive data type that represents textual data. Explore the features, methods, and examples of JavaScript strings, such as concatenation, conversion, escape characters, and multiline strings.

https://www.w3schools.com › js › js_string_methods.asp

JavaScript String Methods - W3Schools

Learn how to use various methods to manipulate strings in JavaScript, such as length, charAt, slice, substring, substr, toUpperCase, toLowerCase, concat, trim, and more. See examples, syntax, and browser support for each method.

https://www.freecodecamp.org › news › javascript-string-handbook

The JavaScript String Handbook – How to Work with Strings in JS

Learn how to work with strings in JavaScript, including basic operations, template literals, string constructor, and methods. Explore string manipulation, comparison, regular expressions, Unicode, and common pitfalls with code examples.

The JavaScript String Handbook – How to Work with Strings in JS

https://www.javascripttutorial.net › javascript-string

The Beginner's Guide to JavaScript Strings By Examples

Learn how to create, manipulate and compare strings in JavaScript using single quotes, double quotes and template literals. See how to use the length property, the array-like notation, the + operator and the Boolean() function to work with strings.

https://javascript.info › string

Strings - The Modern JavaScript Tutorial

Learn how to create, access and manipulate strings in JavaScript, the textual data type. See examples of quotes, special characters, length, indexOf, replace and other methods.

https://developer.mozilla.org › fr › docs › Web › JavaScript › Reference › Global_Objects › String

String - JavaScript | MDN - MDN Web Docs

Un objet String est utilisé afin de représenter et de manipuler une chaîne de caractères. Description. Les chaînes de caractères sont utiles pour stocker des données qui peuvent être représentées sous forme de texte.

https://developer.mozilla.org › en-US › docs › Learn › JavaScript › First_steps › Useful_string...

Useful string methods - Learn web development | MDN - MDN Web Docs

Learn how to manipulate strings with built-in methods in JavaScript, such as finding length, character, substring, position, and case. See examples and explanations of common operations on strings.

https://www.freecodecamp.org › news › javascript-string-tutorial-string-methods-in-js

JavaScript String Tutorial – String Methods in JS - freeCodeCamp.org

Learn how to create, manipulate, and compare strings in JavaScript with various methods and examples. This article covers the basics of strings, string indexing, length, concatenation, comparison, and more.

JavaScript String Tutorial – String Methods in JS - freeCodeCamp.org

https://www.javascript.com › learn › strings

JavaScript Strings: The Basic Methods and Functions | JavaScript.com

Learn how to create and manipulate strings in JavaScript with single and double quotes, methods and properties. See examples of string length, toLowerCase, toUpperCase, trim and more.