regex limit length of characters?

Posted by Jorm on Stack Overflow See other posts from Stack Overflow or by Jorm
Published on 2010-04-11T12:22:55Z Indexed on 2010/04/11 12:23 UTC
Read the original article Hit count: 420

Filed under:

Is there a way to limit a regex to 100 characters WITH regex?

\[size=(.*?)\](.*?)\[\/size]

So [size=500]Look at me![/size] wouldnt work.

© Stack Overflow or respective owner

Related posts about regex