Regex

Asked by Federico

Hi everybody,

Last question, promised ... what does it mean a regex like that : [ ^ t ] ?
Thanks for all!
I have really learned a lot following your suggestions!

Federico

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mbarek Firas (mbarekfiras) said :
#1

regexp mean regular expression
it provide a concise and flexible means for matching strings of text
 [^t]
[] match a single character
^ match a starting string character

its very useful in computing and compiling science
read this:
http://en.wikipedia.org/wiki/Regular_expression

Can you help with this problem?

Provide an answer of your own, or ask Federico for more information if necessary.

To post a message you must log in.