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, what syntax do you use to match whole words (this is an alternative to the grep -w flag)?
Answer
\<\>

Question
In regular expressions, what syntax do you use to match whole words (this is an alternative to the grep -w flag)?
Answer
?

Question
In regular expressions, what syntax do you use to match whole words (this is an alternative to the grep -w flag)?
Answer
\<\>
If you want to change selection, open document below and click on "Move attachment"

5. Regular Expressions
egrep command. + is analogous to \{1,\} . It does the same as * but matches one or more characters instead of zero or more characters. ? is analogous to \{1\}. It matches zero or one character. <span>\< \> can surround a string to match only whole words. ( ) can surround several strings, separated by | . This notation will match any of these strings. ( egrep only.) \( \) can surround seve

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.