About 10,700,000 results
Open links in new tab
  1. Strings | Documentation - Roblox Creator Hub

    The string data type is a sequence of characters, such as letters, numbers, and symbols. It's the data type for storing most text-based information. To declare a string variable, put quotes around the characters. It's more common to use double quotes ("), but single quotes (') also work.

  2. What exactly is a string? - Scripting Support - Developer Forum - Roblox

    Jun 10, 2021 · A string is a value meant for text. Same* thing for int, int is a value for numbers. Roblox also has special functions regarding strings, like this; local Message = "Hey! This is a …

  3. What is the purpose of strings? - Scripting Support - Roblox

    Mar 25, 2022 · Strings are just text. You can use that text and print it out in Lua like: The purpose of strings is a way to represent characters, numbers, and other symbols as a strings data type. If you need anymore info: A string is a piece of text or information. A …

  4. string | Documentation - Roblox Creator Hub

    The string library provides generic functions to manipulate strings, such as to extract substrings or match patterns. You can access the string library by the global string library. See String pattern reference for details on using string.match(), string.gmatch(), and string.gsub() to find (and replace) substrings.

    Missing:

    • Coding

    Must include:

  5. String Patterns - What on earth are they? - Roblox

    Aug 12, 2023 · String patterns, is a specific arrangement or sequence of characters within a text or a string. For example, if you’re looking for all the numbers in a set of strings, you can create a string pattern that captures only the numbers in each string, (e.g “helloworld123”, pattern: “%d+”).

  6. string.format | Documentation - Roblox Creator Hub

    You can convert variables into user-friendly strings of text using the string.format () function. The function requires the following format: % [flags] [width]. [precision] [specifier]. The most important part of string formatting is the specifiers. Decimal representation. The shorter of e/E and f. …

  7. What is string.char and how do you use it? - Scripting Support ... - Roblox

    Dec 28, 2021 · string.char(number) takes in an ASCII character decimal and returns the corresponding character. For example, string.char(72) would be the letter H. ASCII Character Table: ASCII table, ASCII chart, ASCII character codes chart, hex/decimal/binary/HTML.

  8. Understanding The string Library - Community Tutorials - Roblox

    Feb 4, 2022 · Like many documentations on the DevHub, the string library function descriptions aren’t very useful and can be a little convoluted for even the most seasoned developer. Because of my initial confusion with the string library, I’ll be doing my …

  9. creator-docs/content/en-us/luau/strings.md at main · Roblox ... - GitHub

    A string pattern is a combination of characters that you can use with Library.string.match(), Library.string.gmatch(), and other functions to find a piece, or substring, of a longer string.

  10. string | Roblox Wiki | Fandom

    In Lua, a string is a value type that represents a sequence of characters. String literals are declared usually by being enclosed in two quotation marks (""). The string library provides functions for manipulating string data.

    Missing:

    • Coding

    Must include:

  11. Some results have been removed
Refresh