Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

regular expression for any number of characters

Hapless Hacker answered on July 7, 2021 Popularity 8/10 Helpfulness 3/10

Contents


More Related Answers

  • regex for number and letters
  • regex notation for alphabet characters
  • regex for non numeric characters
  • regex match letters and special characters
  • regex check for special characters
  • regex for at least one alphabet and one number and one special character
  • regex 10 numbers only
  • regex minimum characters
  • regex char any quantity
  • regex numeric digits
  • regex for counting characters
  • regex any letter
  • regex at lest 3 caractere non digits
  • regex for password that contains special character and number
  • regex at lest 3 caractere non digits
  • regex for all special characters
  • regex char and number
  • regular expression special characters
  • regex that matches on 4 numbers
  • regex at least 8 characters
  • regex for numbers
  • regex letters numbers and period
  • regex match any character
  • regex for password that contains special character and number
  • regex char or char
  • match all characters regex
  • how to Write the regular expression that will match all non-digit characters of a string.
  • regex match numbers and special characters

  • regular expression for any number of characters

    1

    .*

    . is any char, * means repeated zero or more times.

    Popularity 8/10 Helpfulness 3/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 07 2023
    Hapless Hacker
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0
    Popularity 10/10 Helpfulness 7/10 Language whatever
    Source: Grepper
    Tags: letters
    Link to this answer
    Share Copy Link
    Contributed on Jul 07 2021
    Asad Mammadov
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.