You want to search for sale and sales. What regular expression should you use?
Answer / Sunder Lal
To search for words that contain either "sale" or "sales", you can use the following regular expression: `/b(sale|sales)/b` This will match any word that contains either sale or sales and ignore case sensitivity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where can I download linux os for free?
Is bsd faster than linux?
What is stack?
Can mutex be used across process?
Is linux a unix?
How to setup password less remote login/ssh?
Is it possible to install Linux RHEL5 os along with fedora14 linux os in one system ?
Does arch linux have a gui?
What is difference between at and cron?
how do you search for a pattern and than replace it in an entire file in linux?
How can you terminate vi session?
What are some common things between linux & unix?