Computer Science, asked by kjlch1102, 2 months ago

Guys please give me correct answer

Suggest regular expressions for the following:

(a) To search for words care and case
(b) To search for word 'Initially in the beginning of a line.
(c) To search for word 'initially' in the end of a line.
d) To look for all word combinations having a single character between n and t.​

Answers

Answered by sufiyanansari6286
0

Answer:

your answer is here

Explanation:

With RegEx you can use pattern matching to search for particular strings of characters rather than constructing multiple, literal search queries.

...

Thus, if you are searching for varying strings that all begin with NLRT, such as:

NLRT-0381.

NLRT-6334.

NLRT-9167.

The proper Relativity RegEx

Similar questions