Jump to content

regular expressions


hisoka

Recommended Posts

I would like to know a method or a good article or a book that helps me understand the meaning

of some regular expressions like these for example :

 

("^[^e-z0-9A-Z]+[^A-Z]{6}{?[a-z]*_?")

 

("^(x|y|l|n)+[^A-Za-df-qs-z]{5}{?[^vCXBhq]*[^pqrst]*[a]+[^index]*}?")

 

 

 

Link to comment
Share on other sites

thank you it was useful for me plus it helped find other sites like it . However I cannot find an explanation to this

 

^[^g-z0-9A-Z]

 

Could you please provide me with a string that match the regular expression above and explain to me what does two caret TOGETHER one inside outside the bracket do because I could not find an explanation in the internet?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...