Science, asked by sawsan4729, 13 days ago

Write the regular expression of the following(x,y,u,z

Answers

Answered by aymankskhan
1

Answer: set of different symbols of a regular expression can be grouped together to act as a single unit and behave as a block, for this, you need to wrap the regular expression in the parenthesis( ). Example : ([A-Z]\w+) contains two different elements of the regular expression combined together. This expression will match any pattern

Explanation:

Similar questions