Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In regular expressions, the [...] charactor signifies exactly one of any charactors except line break (e.g. a [...] c matches abc, adc, etc)
Answer
"."

Question
In regular expressions, the [...] charactor signifies exactly one of any charactors except line break (e.g. a [...] c matches abc, adc, etc)
Answer
?

Question
In regular expressions, the [...] charactor signifies exactly one of any charactors except line break (e.g. a [...] c matches abc, adc, etc)
Answer
"."
If you want to change selection, open document below and click on "Move attachment"

5. Regular Expressions
hat any character can take its place. This is said to be a wildcard and works with file names. With regular expressions, the wildcard to use is the . character. So, you can use the command grep <span>.3....8 <filename> to find the seven-character telephone number that you are looking for in the above example. Regular expressions are used for line-by-line searches. For instance,

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.