Question: XML tags begin with a less than symbol ( ). Here are some examples: In Powershell, write the regular expression that will ensure a string
XML tags begin with a less than symbol (<) and end with a greater than symbol (>). Here are some examples:
In Powershell, write the regular expression that will ensure a string has an opening less than symbol and a closing greater than symbol. Ensure that the less than symbol is only at the beginning of the string and that the greater than symbol is only at the ending of the string. In other words, no less than or greater than symbols should be in the middle of the string, only at the respective ends
.Regular expression:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
