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 |
How do you access partitions under linux?
How do I run an rpm in linux?
how will you mount an ntfs partition in linux?
How do I get to a command prompt in linux?
Is it legal to edit the linux kernel?
What is linux mint used for?
What is cli in linux?
What is linux xfce?
When you create a new partition, in what terms you need to designate its size
Why is linux considered more secure than other operating systems?
What are the advantages of arch linux?
What is gnu stands for in linux?