Results 1 to 2 of 2

Thread: Max Length of String Using Regex

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Max Length of String Using Regex

    What is the regex to tell if a string is longer than 500 characters?

    I have this so far and it doesn't work:

    ^{0,500}

    Thanks...

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Max Length of String Using Regex

    .{500,}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width